Skip to content

Commit

Permalink
Add defaults to commonly set fields to reduce setup
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Apr 4, 2022
1 parent 1d71c23 commit 7d269bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ inputs:
repo_token:
description: 'GitHub token.'
required: true
default: ${{ github.token }}
file:
description: 'Local file to upload.'
required: true
tag:
description: 'Tag to use as a release.'
required: true
default: ${{ github.ref }}
asset_name:
description: 'Name of the asset. When not provided will use the file name. Unused if file_glob is set to "true".'
overwrite:
Expand Down

0 comments on commit 7d269bd

Please sign in to comment.