Skip to content

Commit

Permalink
removed lambda, changed to checking out devplatform-demo-sam-app repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TobySaundersGDS committed Sep 20, 2024
1 parent c10d8b4 commit 496adb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-act.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
contents: read
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Checkout devplatform-demo-sam-app repo
uses: actions/checkout@v4
with:
repository: 'govuk-one-login/devplatform-demo-sam-app'
Expand Down

0 comments on commit 496adb8

Please sign in to comment.