Skip to content

Commit

Permalink
Remove plan as artifact (#3)
Browse files Browse the repository at this point in the history
* removed storing the plan as an artifact

* removed step to download artifact
  • Loading branch information
agjmills authored Aug 20, 2024
1 parent 46798e7 commit 610452c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Download Terraform Plan
uses: actions/download-artifact@v3
with:
name: terraform-plan

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
Expand Down

0 comments on commit 610452c

Please sign in to comment.