Skip to content

Commit

Permalink
Update artifact path in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FloRul committed Feb 9, 2024
1 parent 2937b22 commit 1423c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: terraform-plan
path: ${{ github.workspace }}/terraform.tfplan
path: terraform.tfplan

- uses: actions/github-script@v6
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 1423c8f

Please sign in to comment.