Skip to content

Commit

Permalink
fix: include filename in the input arguments
Browse files Browse the repository at this point in the history
fixes #10
  • Loading branch information
outloudvi committed Jul 13, 2022
1 parent 8500334 commit 6911577
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ inputs:
description: 'Match the first URL from "url"'
required: false
default: "false"
filename:
description: "Filename for the downloaded file"
required: false
default: ""
outputs:
filename:
description: "Written file name"
Expand Down

0 comments on commit 6911577

Please sign in to comment.