Skip to content

Commit

Permalink
fix: up version
Browse files Browse the repository at this point in the history
  • Loading branch information
kymppi committed May 10, 2024
1 parent 026d730 commit 748893e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs:

runs:
using: docker
image: docker://ghcr.io/minehubmc/plugin-downloader:v1.3.6
image: docker://ghcr.io/minehubmc/plugin-downloader:v1.3.7
args:
- ${{ inputs.config-file && format('--config {0}', inputs.config-file) }}
- ${{ inputs.output-folder && format('--out {0}', inputs.output-folder) }}
Expand Down

0 comments on commit 748893e

Please sign in to comment.