Skip to content

Commit

Permalink
Merge branch 'main' of github.com:randomairborne/r2-release
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed Aug 2, 2022
2 parents 07f5481 + 5f41da8 commit 9cbc35a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'R2 Release'
description: 'Upload a file to CloudFlare R2 to release it'
branding:
icon: 'archive'
color: 'blue'
inputs:
endpoint:
description: 'S3 API endpoint'
Expand All @@ -22,4 +25,4 @@ inputs:
default: ""
runs:
using: 'node16'
main: 'index.js'
main: 'index.js'

0 comments on commit 9cbc35a

Please sign in to comment.