Skip to content

Commit

Permalink
fix action wrong parameter issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Falldog committed Apr 18, 2024
1 parent 121e3f6 commit 189b79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ inputs:

runs:
using: docker
image: "${{ docker-image }}:${{ docker-image-tag }}"
image: "${{ inputs.docker-image }}:${{ inputs.docker-image-tag }}"
args:
- ${{ inputs.app-path }}

0 comments on commit 189b79c

Please sign in to comment.