Skip to content

Commit

Permalink
Refactor actions
Browse files Browse the repository at this point in the history
  • Loading branch information
firstcryptoman committed Feb 19, 2023
1 parent a6629cb commit ae63014
Show file tree
Hide file tree
Showing 6 changed files with 9,768 additions and 26,313 deletions.
10 changes: 4 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: 'Get Release'
name: 'Get the upload URL for a release'
description: 'Get release by tag name and set upload_url output if exists'
inputs:
tag:
description: 'release tag name'
required: true
outputs:
upload_url:
description: 'url to upload assets'
not_found:
description: 'set to true if release is not found'
description: 'The URL for uploading assets to the release'
runs:
using: 'node12'
main: 'dist/index.js'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit ae63014

Please sign in to comment.