File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Discord Webhook Action
22
- uses : tsickert/discord-webhook@v6.0.0
22
+ uses : tsickert/discord-webhook@86dc739f3f165f16dadc5666051c367efa1692f4
23
23
with :
24
24
webhook-url : ${{ secrets.COMPILER_DISCORD_WEBHOOK_URL }}
25
25
embed-author-name : ${{ github.event.pull_request.user.login }}
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Discord Webhook Action
22
- uses : tsickert/discord-webhook@v6.0.0
22
+ uses : tsickert/discord-webhook@86dc739f3f165f16dadc5666051c367efa1692f4
23
23
with :
24
24
webhook-url : ${{ secrets.DISCORD_WEBHOOK_URL }}
25
25
embed-author-name : ${{ github.event.pull_request.user.login }}
Original file line number Diff line number Diff line change 44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Discord Webhook Action
47
- uses : tsickert/discord-webhook@v6.0.0
47
+ uses : tsickert/discord-webhook@86dc739f3f165f16dadc5666051c367efa1692f4
48
48
with :
49
49
webhook-url : ${{ secrets.DISCORD_WEBHOOK_URL }}
50
50
embed-author-name : ${{ github.event.sender.login }}
You can’t perform that action at this time.
0 commit comments