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 49077b1 commit 394e9b2Copy full SHA for 394e9b2
action.yml
@@ -23,7 +23,8 @@ runs:
23
DL_URL=https://github.com/$ACI_REPO/releases/download/$version/awesome-ci_${version}_${arch}
24
wget $DL_URL -O "$(pwd)/awesome-ci"
25
chmod +x $(pwd)/awesome-ci
26
-
+ - shell: bash
27
+ run: |
28
echo "{path}" >> $GITHUB_PATH
29
echo "$(pwd)/awesome-ci" >> $GITHUB_PATH
30
echo "Path: $PATH"
0 commit comments