We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e1652 commit 5b6c63aCopy full SHA for 5b6c63a
1 file changed
.github/workflows/cd.installer.yml
@@ -1,7 +1,9 @@
1
on:
2
push:
3
branches: main
4
- paths: installer.sh
+ paths:
5
+ - installer.sh
6
+ - .github/workflows/cd.installer.yml
7
8
jobs:
9
qa:
@@ -20,6 +22,8 @@ jobs:
20
22
step: start
21
23
env: installer
24
25
+ - uses: actions/checkout@v4
26
+
27
- uses: aws-actions/configure-aws-credentials@v4
28
with:
29
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments