File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v3
13- - name : Discord notification
14- uses : Ilshidur/action-discord@master
15- env :
16- DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
17- DISCORD_USERNAME : GitHub
18- DISCORD_AVATAR : https://cdn.discordapp.com/avatars/815532493087178803/df91181b3f1cf0ef1592fbe18e0962d7.webp?size=128
19- with :
20- args : ' A new release ({{ env.TAG }}) is being built.'
13+ # - name: Discord notification
14+ # uses: Ilshidur/action-discord@master
15+ # env:
16+ # DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
17+ # DISCORD_USERNAME: GitHub
18+ # DISCORD_AVATAR: https://cdn.discordapp.com/avatars/815532493087178803/df91181b3f1cf0ef1592fbe18e0962d7.webp?size=128
19+ # with:
20+ # args: 'A new release ({{ env.TAG }}) is being built.'
2121 - name : Set up JDK 17
2222 uses : actions/setup-java@v1
2323 with :
You can’t perform that action at this time.
0 commit comments