There was an error while loading. Please reload this page.
1 parent 507607f commit be0f049Copy full SHA for be0f049
2 files changed
.github/workflows/discord-push.yml
@@ -8,10 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout repository
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
12
13
- name: Run Discord Webhook
14
- uses: solareon/discord-commits@main
+ uses: solareon/discord-commits@v1
15
with:
16
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
17
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
.github/workflows/discord-release.yml
@@ -9,7 +9,8 @@ jobs:
- name: Checkout Repository
+
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1
0 commit comments