Skip to content

Commit 5696742

Browse files
committed
use GITHUB_ACTION_PATH instead of github.action_path
Signed-off-by: Jade Abraham <[email protected]>
1 parent c6c4aa6 commit 5696742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
COMPILER: ${{ inputs.compiler }}
7474
VERSION: ${{ inputs.version }}
7575
run: |
76-
cd $(echo '/${{ github.action_path }}' | sed -e 's/\\/\//g' -e 's/://')
76+
cd $(echo "$GITHUB_ACTION_PATH" | sed -e 's/\\/\//g' -e 's/://')
7777
source ./main.sh
7878
7979
if [[ "${{ inputs.update-environment }}" == "true" ]]; then

0 commit comments

Comments
 (0)