Skip to content

Commit

Permalink
⚗️ use $PATH instead
Browse files Browse the repository at this point in the history
  • Loading branch information
meisZWFLZ committed May 19, 2024
1 parent 430c84b commit a26c271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
cat Makefile
# fake pros c create-template for make template
echo "$GITHUB_ACTION_PATH/pros-fake/bin" >> $GITHUB_PATH
PATH="$PATH:$GITHUB_ACTION_PATH/pros-fake/bin"
ls -R $GITHUB_ACTION_PATH
Expand Down

0 comments on commit a26c271

Please sign in to comment.