We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5385b01 commit 69c9ea0Copy full SHA for 69c9ea0
.github/workflows/main.yml
@@ -49,18 +49,3 @@ jobs:
49
run: |
50
curl -X DELETE -H "Authorization: token ${{ secrets.BOT_TOKEN }}" \
51
https://api.github.com/repos/${{ github.repository }}/actions/artifacts/$artifact_id
52
-
53
- - name: Notify Discord
54
- uses: sarisia/[email protected]
55
- with:
56
- webhook: ${{ secrets.LOG_HOOK }}
57
- title: ""
58
- description: |
59
- ### [becomtweaks.github.io:main](https://github.com/becomtweaks/becomtweaks.github.io/tree/main) has new commits
60
- [`${{ env.latest_commit_message }}`](https://github.com/BEComTweaks/becomtweaks.github.io/commit/${{ github.sha }}) by ${{ github.actor }}
61
62
- -# Online at https://becomtweaks.github.io/
63
- avatar_url: "https://avatars.githubusercontent.com/u/176916861?v=4"
64
- username: "NSPBot911"
65
- nodetail: true
66
- notimestamp: true
0 commit comments