Skip to content

Commit

Permalink
fix: action flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kymppi committed Feb 23, 2024
1 parent 90369a8 commit 75dbbe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ runs:
using: docker
image: docker://ghcr.io/minehubmc/plugin-downloader:latest
args:
- --
- ${{ inputs.config-file && format('--config {0}', inputs.config-file) }}
- ${{ inputs.output-folder && format('--out {0}', inputs.output-folder) }}

0 comments on commit 75dbbe4

Please sign in to comment.