Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 28, 2024
1 parent bcff0de commit 0e7a3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
id: get-interpreter
run: |
if [[ $RUNNER_OS == 'macOS' ]]; then
interpreter=zsh
interpreter='zsh {0}'
else
interpreter=bash
fi
Expand Down

0 comments on commit 0e7a3b5

Please sign in to comment.