Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dswan36-workfloworg-bettertmate' into dswan36-workflowo…
Browse files Browse the repository at this point in the history
…rg-bettertmate-test
  • Loading branch information
Damian Swan authored Jun 4, 2024
2 parents 91fda06 + 3041636 commit 0ae9c52
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ jobs:
This was triggered by ${{ github.sha }} on the runner @ ${{ github.run_id }}
- if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
- if: ${{ failure() }}
uses: mshick/add-pr-comment@v2
with:
message: |
~~An Error Happened on Preview Deployment: A tmate debugging session spawned, check details to connect and debug.
This was triggered by ${{ github.sha }} on the runner @ ${{ github.run_id }}~~
Tmate session was closed
11 changes: 9 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
- if: ${{ failure() }}
uses: mshick/add-pr-comment@v2
with:
message: "An Error Happened on Production Deployment: A tmate debugging session spawned, discover the issue, and make a PR with a hotfix!"
message: |
An Error Happened on Production Deployment: A tmate debugging session spawned, discover the issue, and make a PR with a hotfix!
This was triggered by ${{ github.sha }} on the runner @ ${{ github.run_id }}
- if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
uses: mshick/add-pr-comment@v2
with:
message: |
~~An Error Happened on Production Deployment: A tmate debugging session spawned, discover the issue, and make a PR with a hotfix!
This was triggered by ${{ github.sha }} on the runner @ ${{ github.run_id }}}~~
Tmate session was closed

0 comments on commit 0ae9c52

Please sign in to comment.