mirror of
https://github.com/trycua/computer.git
synced 2026-01-05 21:09:58 -06:00
fix workflow to send slack
This commit is contained in:
10
.github/workflows/link-check.yml
vendored
10
.github/workflows/link-check.yml
vendored
@@ -1,8 +1,11 @@
|
||||
name: Link Checker
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches: [main, master]
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -73,7 +76,6 @@ jobs:
|
||||
SLACK_MESSAGE: |
|
||||
*Status:* ${{ env.STATUS_ICON }} ${{ env.STATUS_TEXT }}
|
||||
|
||||
*Branch:* ${{ github.ref_name }}
|
||||
*Commit:* ${{ github.event.head_commit.message || 'See PR description' }}
|
||||
*Branch:* `${{ github.ref_name }}`
|
||||
|
||||
*Run Details:* ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}${{ github.event.pull_request.number && format('?pr={0}', github.event.pull_request.number) || '' }}|View broken links>
|
||||
|
||||
Reference in New Issue
Block a user