Skip to content

Commit 558c7d1

Browse files
authored
Updated the Discord announcements action
1 parent 73d0883 commit 558c7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/discord-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v4
1111
- name: Github Releases To Discord
12-
uses: ShonP40/github-releases-to-discord@master
12+
uses: SethCohen/github-releases-to-discord@v1
1313
with:
1414
webhook_url: ${{ secrets.WEBHOOK_URL }}
1515
color: "14303827"
1616
content: "||<@&1081626419324538930>||"
1717
footer_title: "Bukkit API Update"
1818
footer_icon_url: "https://cheatbreaker.net/v/images/logo-108.png"
19-
footer_timestamp: true
19+
footer_timestamp: true

0 commit comments

Comments
 (0)