Skip to content

Commit

Permalink
Applied fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Artagame committed Nov 8, 2024
1 parent d019b68 commit b889c01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tf-plan-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,13 @@ jobs:
else
exit 0
fi
ls
# Save plan to artifacts
- name: Publish Terraform Plan
uses: actions/upload-artifact@v4
with:
name: tfplan
path: tfplan/
path: tf/tfplan

# Create string output of Terraform Plan
- name: Create String Output
Expand Down

0 comments on commit b889c01

Please sign in to comment.