Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Mar 5, 2024
1 parent ca330ce commit 85b4dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
uses: GrantBirki/[email protected]
with:
input_file_path: terraform/terraform-output.txt
erb_render_template: ./github/deployment_message.md
erb_render_save_path: ./github/deployment_message.md
erb_render_template: .github/deployment_message.md
erb_render_save_path: .github/deployment_message.md

- name: Check Terraform plan output
if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop == 'true' && steps.plan.outcome == 'failure' }}
Expand Down

0 comments on commit 85b4dc9

Please sign in to comment.