Skip to content

Commit

Permalink
add checkout to deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
james-spears committed Apr 21, 2024
1 parent 71c5191 commit c5c1871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
runs-on: ubuntu-latest
needs: version-bump
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit c5c1871

Please sign in to comment.