Skip to content

Commit 11b1b2c

Browse files
authored
Update action.yml
1 parent deb97d9 commit 11b1b2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ runs:
2626
ACI_REPO: fullstack-devops/awesome-ci
2727
- shell: bash
2828
run: |
29-
echo "{path}" >> $GITHUB_PATH
30-
echo "$(pwd)/awesome-ci" >> $GITHUB_PATH
29+
# echo "{path}" >> $GITHUB_PATH
30+
# echo "$(pwd)/awesome-ci" >> $GITHUB_PATH
31+
echo "::add-path::$(pwd)/awesome-ci"
3132
- shell: bash
3233
run: |
3334
echo "Path: $PATH"

0 commit comments

Comments
 (0)