Skip to content

Commit

Permalink
missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 25, 2024
1 parent 7a97b33 commit 8d8a800
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,14 @@ jobs:
runs-on: [self-hosted, linux, deploy]

steps:
- name: "Hello World"
shell: bash
run: |
echo "Hello World: ${{inputs.CLOUD_FORMATION_STACK}}"
- name: "Correct ownership"
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Checkout"
uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true

- name: "Configure AWS Credentials"
uses: aws-actions/[email protected]
Expand Down

0 comments on commit 8d8a800

Please sign in to comment.