Skip to content

Commit

Permalink
Debugging action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aravind committed Oct 16, 2024
1 parent 28ea555 commit 589c0c3
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 @@ -128,7 +128,7 @@ runs:
version=${{ inputs.version }}
comment=${{ inputs.comment }}
if [[ "${{ inputs.mode }}"" == "push" ]]; then
if [[ "${{ inputs.mode }}" == "push" ]]; then
downloadUrl=${{ inputs.downloadUrl }}
else
downloadUrl="https://raw.githubusercontent.com/${repo}/${ref}/output/${downloadFile}"
Expand Down

0 comments on commit 589c0c3

Please sign in to comment.