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 f6288e6 commit 2f7629fCopy full SHA for 2f7629f
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