Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
kymppi committed Mar 11, 2024
1 parent fe8a5f0 commit 1d217a2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ inputs:
description: the local maven repository path
required: false
default: /github/workspace/localM2Repository
version:
description: which version to use
required: false
default: latest

runs:
using: docker
image: docker://ghcr.io/minehubmc/plugin-downloader:{{ inputs.version }}
image: docker://ghcr.io/minehubmc/plugin-downloader:v1.3.3
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 1d217a2

Please sign in to comment.