Commit 1076b0e 1 parent 230e215 commit 1076b0e Copy full SHA for 1076b0e
File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
19
19
- name : Install Rust nightly
20
- # run: rustup override set nightly
21
20
uses : actions-rs/toolchain@v1
22
21
with :
23
22
toolchain : nightly
54
53
uses : actions/upload-artifact@v4
55
54
with :
56
55
name : ferrumc
57
- path : target/release/ferrumc
56
+ path : target/release/ferrumc
57
+
58
+ - name : Send message to Discord
59
+ env :
60
+ DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
61
+ uses : Ilshidur/action-discord@master
62
+ with :
63
+ args : ' New commit pushed to {{ EVENT_PAYLOAD.repository.full_name }}
64
+
65
+ Commit message: {{ EVENT_PAYLOAD.head_commit.message }}
66
+ Author: {{ EVENT_PAYLOAD.head_commit.author.name }}
67
+ Link: {{ EVENT_PAYLOAD.head_commit.url }}'
You can’t perform that action at this time.
0 commit comments