Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Reformatted and indented
  • Loading branch information
AdmiraalA authored Apr 2, 2024
1 parent 961d490 commit 610aeb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: 'Terraform Cloud'
name: Terraform Cloud

on:
push:
branches: [ main ]
pull_request:

env:
TF_CLOUD_ORGANIZATION: "Evilness-Ace"
TF_API_TOKEN: "${{ secrets.TF_API_TOKEN }}"
Expand Down Expand Up @@ -75,7 +76,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
body: output
})
});
- name: Terraform Plan Status
if: steps.plan.outcome == 'failure'
Expand Down

0 comments on commit 610aeb5

Please sign in to comment.