We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c4aa6 commit 5696742Copy full SHA for 5696742
action.yml
@@ -73,7 +73,7 @@ runs:
73
COMPILER: ${{ inputs.compiler }}
74
VERSION: ${{ inputs.version }}
75
run: |
76
- cd $(echo '/${{ github.action_path }}' | sed -e 's/\\/\//g' -e 's/://')
+ cd $(echo "$GITHUB_ACTION_PATH" | sed -e 's/\\/\//g' -e 's/://')
77
source ./main.sh
78
79
if [[ "${{ inputs.update-environment }}" == "true" ]]; then
0 commit comments