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 11e431c commit c32be70Copy full SHA for c32be70
action.yml
@@ -26,6 +26,6 @@ runs:
26
27
PATH="$GITHUB_ACTION_PATH/awesome-ci:$PATH"
28
# export $PATH
29
- echo "$PATH" >> $GITHUB_ENV
+ echo "PATH=$PATH" >> $GITHUB_ENV
30
env:
31
ACI_REPO: fullstack-devops/awesome-ci
0 commit comments