Skip to content

Commit f9a4642

Browse files
Merge pull request #4 from LucaTools/gha-path-fix
Use `$GITHUB_WORKSPACE` instead of `$PWD`
2 parents bd469da + a912086 commit f9a4642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ runs:
4141
shell: bash
4242
run: |
4343
luca install --spec=${{ inputs.spec }}
44-
echo "$PWD/.luca/tools" >> $GITHUB_PATH
44+
echo "$GITHUB_WORKSPACE/.luca/tools" >> $GITHUB_PATH

0 commit comments

Comments
 (0)