Skip to content

Commit

Permalink
clean up title
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaucier-sf committed Jan 4, 2024
1 parent 0171312 commit 8ca61a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-backstage-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
path: "terraform/prod-${{ steps.workflow_vars.outputs.plan_id }}.tfplan"
continue-on-error: false

- name: Update plan output for ${{ vars.PLAN_ENV }} to pr
- name: Update plan output to pr
uses: mshick/add-pr-comment@v2
with:
message-id: prod-tfplan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plan-backstage-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
path: "terraform/prod-${{ steps.workflow_vars.outputs.plan_id }}.tfplan"
continue-on-error: false

- name: Update plan output for ${{ vars.PLAN_ENV }} to pr
- name: Update plan output to pr
uses: mshick/add-pr-comment@v2
with:
message-id: prod-tfplan
Expand Down

0 comments on commit 8ca61a8

Please sign in to comment.