| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3c62663 commit 2690557
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ jobs: | |||
| 20 | 20 | SLACK_ICON: https://github.com/nodejs.png?size=48 | |
| 21 | 21 | SLACK_TITLE: ${{ github.actor }} force-pushed to ${{ github.ref }} | |
| 22 | 22 | SLACK_MESSAGE: | | |
| 23 | - @here A commit was force-pushed to <https://github.com/${{ github.repository }}/tree/${{ github.ref_name }}|${{ github.repository }}@${{ github.ref_name }}> by <https://github.com/${{ github.actor }}|${{ github.actor }}> | ||
| 23 | + <!here> A commit was force-pushed to <https://github.com/${{ github.repository }}/tree/${{ github.ref_name }}|${{ github.repository }}@${{ github.ref_name }}> by <https://github.com/${{ github.actor }}|${{ github.actor }}> | ||
| 24 | 24 | ||
| 25 | 25 | Before: <https://github.com/${{ github.repository }}/commit/${{ github.event.before }}|${{ github.event.before }}> | |
| 26 | 26 | After: <https://github.com/${{ github.repository }}/commit/${{ github.event.after }}|${{ github.event.after }}> | |
@@ -51,7 +51,7 @@ jobs: | |||
| 51 | 51 | if: ${{ env.PR_ID }} | |
| 52 | 52 | run: | | |
| 53 | 53 | gh pr comment ${{ env.PR_ID }} --repo "${{ github.repository }}" \ | |
| 54 | - --body "A commit referencing this Pull Request was pushed to `main` by @${{ github.actor }} without the expected commit metadata added to its message." | ||
| 54 | + --body "A commit referencing this Pull Request was pushed to `${{ github.ref_name }}` by @${{ github.actor }} with an invalid commit message." | ||
| 55 | 55 | env: | |
| 56 | 56 | GH_TOKEN: ${{ github.token }} | |
| 57 | 57 | - name: Slack Notification | |
@@ -62,7 +62,7 @@ jobs: | |||
| 62 | 62 | SLACK_ICON: https://github.com/nodejs.png?size=48 | |
| 63 | 63 | SLACK_TITLE: Invalid commit was pushed to ${{ github.repository.default_branch }} | |
| 64 | 64 | SLACK_MESSAGE: | | |
| 65 | - @here A commit lacking the expected metadata was pushed to <https://github.com/${{ github.repository }}/tree/${{ github.ref_name }}|${{ github.repository }}@${{ github.ref_name }}> by <https://github.com/${{ github.actor }}|${{ github.actor }}>. | ||
| 65 | + <!here> A commit with an invalid message was pushed to <https://github.com/${{ github.repository }}/tree/${{ github.ref_name }}|${{ github.repository }}@${{ github.ref_name }}> by <https://github.com/${{ github.actor }}|${{ github.actor }}>. | ||
| 66 | 66 | ||
| 67 | 67 | Before: <https://github.com/${{ github.repository }}/commit/${{ github.event.before }}|${{ github.event.before }}> | |
| 68 | 68 | After: <https://github.com/${{ github.repository }}/commit/${{ github.event.after }}|${{ github.event.after }}> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments