Skip to content

Commit

Permalink
fix: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Oct 17, 2024
1 parent 3b7a0cd commit d638cd2
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 @@ -137,7 +137,7 @@ runs:
commit=$(git rev-parse HEAD)
if [[ -n "${{ inputs.commit }}" ]]; then
args+=(--commit "${{ inputs.commit }}")
commit=${{ inputs.commit }}
fi
args+=(--commit "$commit")
Expand Down

0 comments on commit d638cd2

Please sign in to comment.