Skip to content

Commit

Permalink
git add terraform_show.json
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 24, 2024
1 parent 407b453 commit c5e6584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
fi
terraform show -json | sed -n "2p" > terraform_show.json
git add terraform_show.json
git diff --staged --quiet || (git commit -m "Updated by github-actions" && git push -u origin ${{ env.branch_name }})
working-directory: ${{ env.TF_ROOT_DIRECTORY }}

Expand Down

0 comments on commit c5e6584

Please sign in to comment.