Skip to content

Commit

Permalink
Merge pull request #34 from enricogoerlitz/dev
Browse files Browse the repository at this point in the history
project finished
  • Loading branch information
enricogoerlitz authored Jun 15, 2024
2 parents bfae37b + 6864e67 commit 5a2eb42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-terraform-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Configure AWS credentials from AWS account
uses: aws-actions/configure-aws-credentials@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Configure AWS credentials from AWS account
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 5a2eb42

Please sign in to comment.