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 394e9b2 commit 8485792Copy full SHA for 8485792
action.yml
@@ -27,6 +27,8 @@ runs:
27
run: |
28
echo "{path}" >> $GITHUB_PATH
29
echo "$(pwd)/awesome-ci" >> $GITHUB_PATH
30
+ - shell: bash
31
+ run: |
32
echo "Path: $PATH"
33
env:
34
ACI_REPO: fullstack-devops/awesome-ci
0 commit comments