Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BadgerHobbs committed Sep 10, 2023
1 parent 3b0cd97 commit db5674e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
operation: upload
location: artifact
continue-on-error: true

- name: Configure Terraform
uses: hashicorp/setup-terraform@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/artifact_encrypted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
encryption_key: ${{ secrets.encryption_key }}
operation: download
location: artifact
continue-on-error: true

- name: Configure Terraform
uses: hashicorp/setup-terraform@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/repository_file_encrypted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
encryption_key: ${{ secrets.encryption_key }}
operation: download
location: repository
continue-on-error: true

- name: Configure Terraform
uses: hashicorp/setup-terraform@v2
Expand Down

0 comments on commit db5674e

Please sign in to comment.