Skip to content

Commit

Permalink
fix github path
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Aug 4, 2024
1 parent 50f9be8 commit fb7dbdc
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 @@ -148,7 +148,7 @@ runs:
run: |
OUT_NAME=$(echo ${{ inputs.ref }} | rev | cut -d'/' -f1 | rev | sed 's/:/_/')
GIT_PATH="${{ inputs.git }}"
if [ -n "$GIT_PATH" ]; then
if [ -z "$GIT_PATH" ]; then
GIT_PATH="${{ github.workspace }}"
fi
Expand Down

0 comments on commit fb7dbdc

Please sign in to comment.