Skip to content

Commit

Permalink
fix: Never forget to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
toninis committed Sep 17, 2024
1 parent fa5f164 commit 8b782b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
env:
AWS_DEFAULT_REGION: us-east-1
steps:
- name: deploy/checkout-repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: deploy/install-dependencies
run: npm i -g "serverless@<4.0.0"
- name: deploy/download-build
Expand Down

0 comments on commit 8b782b7

Please sign in to comment.