Skip to content

Commit 56b3dd0

Browse files
committed
add missing checkout action
1 parent 51bbdea commit 56b3dd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
service-check-batch:
2727
runs-on: ubuntu-latest
2828
steps:
29+
- name: Checkout sources
30+
uses: actions/checkout@v2
2931
- name: Configure AWS Credentials
3032
uses: aws-actions/configure-aws-credentials@v1
3133
with:

0 commit comments

Comments
 (0)