Skip to content

Commit deb97d9

Browse files
authored
Update action.yml
1 parent 8485792 commit deb97d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@ runs:
1919
run: |
2020
version="${{ inputs.version }}"
2121
arch="${{ inputs.arch }}"
22-
2322
DL_URL=https://github.com/$ACI_REPO/releases/download/$version/awesome-ci_${version}_${arch}
2423
wget $DL_URL -O "$(pwd)/awesome-ci"
2524
chmod +x $(pwd)/awesome-ci
25+
env:
26+
ACI_REPO: fullstack-devops/awesome-ci
2627
- shell: bash
2728
run: |
2829
echo "{path}" >> $GITHUB_PATH
2930
echo "$(pwd)/awesome-ci" >> $GITHUB_PATH
3031
- shell: bash
3132
run: |
3233
echo "Path: $PATH"
33-
env:
34-
ACI_REPO: fullstack-devops/awesome-ci

0 commit comments

Comments
 (0)