Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <[email protected]>
  • Loading branch information
joseph-sentry committed May 9, 2024
1 parent 475fa82 commit 7efc075
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 @@ -101,7 +101,7 @@ runs:
fi
- name: Process locally
run: |
if [[ -z '${{ inputs.url }}' != '' ]]; then
if [[ '${{ inputs.url }}' != '' ]]; then
url='${{ inputs.url }}'
fi
Expand Down

0 comments on commit 7efc075

Please sign in to comment.