Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit e417260

Browse files
committed
pin temporary awesome-ci version
1 parent ed06cd9 commit e417260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: '14.x'
2525
- name: Setup awesome-ci
2626
run: |
27-
wget https://github.com/eksrvb/awesome-ci/releases/latest/download/awesome-ci
27+
wget https://github.com/fullstack-devops/awesome-ci/releases/download/0.7.5/awesome-ci
2828
chmod +x awesome-ci
2929
- name: install npm packages
3030
run: |

.github/workflows/branchPR.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: '14.x'
2121
- name: Setup awesome-ci
2222
run: |
23-
wget https://github.com/eksrvb/awesome-ci/releases/latest/download/awesome-ci
23+
wget https://github.com/fullstack-devops/awesome-ci/releases/download/0.7.5/awesome-ci
2424
chmod +x awesome-ci
2525
- name: install npm packages
2626
run: |

0 commit comments

Comments
 (0)