Skip to content

Commit

Permalink
add traces
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume P.B committed Sep 26, 2024
1 parent 807d022 commit 99c73c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform-on-branch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
output-method: inject
- name: Check for unstaged changes
run: |
id
ls -la
ls -la .github
git add . && git diff --quiet && git diff --cached --quiet
- name: Commit and Push changes
if: failure()
Expand Down

0 comments on commit 99c73c4

Please sign in to comment.