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 8485792 commit deb97d9Copy full SHA for deb97d9
action.yml
@@ -19,16 +19,15 @@ runs:
19
run: |
20
version="${{ inputs.version }}"
21
arch="${{ inputs.arch }}"
22
-
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
+ env:
26
+ ACI_REPO: fullstack-devops/awesome-ci
27
- shell: bash
28
29
echo "{path}" >> $GITHUB_PATH
30
echo "$(pwd)/awesome-ci" >> $GITHUB_PATH
31
32
33
echo "Path: $PATH"
- env:
34
- ACI_REPO: fullstack-devops/awesome-ci
0 commit comments