File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 48
48
- run : bin/check-changelogs ./rails
49
49
- run : bin/check-config-docs ./rails
50
50
51
- - uses : zzak/action-discord@v4
51
+ - uses : zzak/action-discord@v8
52
52
continue-on-error : true
53
- if : always () && github.ref_name == 'main'
53
+ if : failure () && github.ref_name == 'main'
54
54
with :
55
+ github-token : ${{ secrets.GITHUB_TOKEN }}
55
56
webhook : ${{ secrets.DISCORD_WEBHOOK }}
Original file line number Diff line number Diff line change 34
34
- name : Test container
35
35
run : ruby -r ./.github/workflows/scripts/test-container.rb
36
36
37
- - uses : zzak/action-discord@v4
37
+ - uses : zzak/action-discord@v8
38
38
continue-on-error : true
39
- if : always () && github.ref_name == 'main'
39
+ if : failure () && github.ref_name == 'main'
40
40
with :
41
+ github-token : ${{ secrets.GITHUB_TOKEN }}
41
42
webhook : ${{ secrets.DISCORD_WEBHOOK }}
Original file line number Diff line number Diff line change 23
23
- name : Run RuboCop
24
24
run : bundle exec rubocop --parallel
25
25
26
- - uses : zzak/action-discord@v4
26
+ - uses : zzak/action-discord@v8
27
+ env :
28
+ BUNDLE_ONLY : " "
27
29
continue-on-error : true
28
- if : always () && github.ref_name == 'main'
30
+ if : failure () && github.ref_name == 'main'
29
31
with :
32
+ github-token : ${{ secrets.GITHUB_TOKEN }}
30
33
webhook : ${{ secrets.DISCORD_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments