| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b1d6a15 commit 9c975f7
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.repository.default_branch }}|${{ github.repository }}@${{ github.repository.default_branch }}> 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 }}> | |
@@ -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.repository.default_branch }}|${{ github.repository }}@${{ github.repository.default_branch }}> by <https://github.com/${{ github.actor }}|${{ github.actor }}>. | ||
| 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 }}>. | ||
| 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