From 610452c1a0ed01b0ab742016c87660b93fc164fd Mon Sep 17 00:00:00 2001 From: Alex Mills Date: Tue, 20 Aug 2024 11:50:33 +0100 Subject: [PATCH] Remove plan as artifact (#3) * removed storing the plan as an artifact * removed step to download artifact --- .github/workflows/apply.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index 821975a..3bf9921 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -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: