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

Commit 25fce0e

Browse files
git checkout master before cfn-resource-list.py
1 parent dc8e714 commit 25fce0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cfnspecaudit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
3434
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3535
run: |
36+
git checkout master
3637
pipenv run python tools/cfn-resource-list.py
3738
- name: Audit documentation links and cfn user guide
3839
run: |

0 commit comments

Comments
 (0)