Skip to content

Commit

Permalink
fancy up the message
Browse files Browse the repository at this point in the history
  • Loading branch information
manbearian committed Nov 2, 2023
1 parent e929bb4 commit 93ab76a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
run: |
gh --repo ${{ github.repository }} issue create \
--title "Rolling Build Failure $(date +'%Y-%m-%d')" \
--body "(Rolling build failed)[${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}].\nTagging @manbearian that this job has failed"
--body "cc @manbearian
The rolling build has failed. See: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
env:
GH_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 93ab76a

Please sign in to comment.