Skip to content

Commit

Permalink
Checkout before using action (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
CelineTrammi authored Nov 1, 2024
1 parent ce0e822 commit 995ecf0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Deploy to environment
uses: ./.github/actions/deploy-to-environment
with:
Expand Down Expand Up @@ -87,6 +90,9 @@ jobs:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Deploy to environment
uses: ./.github/actions/deploy-to-environment
with:
Expand Down Expand Up @@ -124,6 +130,9 @@ jobs:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Deploy to environment
uses: ./.github/actions/deploy-to-environment
with:
Expand Down

0 comments on commit 995ecf0

Please sign in to comment.