Skip to content

Commit

Permalink
✨ Add new input: mimetype
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoapaes committed Jan 6, 2025
1 parent 934ba77 commit 7572d3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ inputs:
description: 'Metadata of the file to be uploaded.'
required: false
default: 'author=like'
mimetype:
description: 'Mimetype of the file to be uploaded.'
required: false
default: 'application/x-msdownload'
region:
description: 'Region where the bucket is located.'
required: false
Expand All @@ -28,6 +32,7 @@ runs:
args:
- upload
- -f ${{ inputs.filename }}
- -m ${{ inputs.mimetype }}
- -d ${{ inputs.metadata }}
- -r ${{ inputs.region }}
- ${{ inputs.bucket }}
Expand Down

0 comments on commit 7572d3c

Please sign in to comment.