From 34d37160fd4d111400d0d241947620033d2988d4 Mon Sep 17 00:00:00 2001 From: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:01:31 +0530 Subject: [PATCH] Bumps discord-notify workflow from v3 to main (#95847) ## About The Pull Request See https://github.com/tgstation/discord-notify/pull/1#issuecomment-4286624501 Fixes all warning in https://github.com/tgstation/tgstation/actions/runs/24754317912. Either we use the `main` branch or create a new tag and I'll update it in this PR ## Changelog N/A --- .github/workflows/discord_pr_announce.yml | 2 +- .github/workflows/stale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/discord_pr_announce.yml b/.github/workflows/discord_pr_announce.yml index ebaaa85d560..a24f8bb2b77 100644 --- a/.github/workflows/discord_pr_announce.yml +++ b/.github/workflows/discord_pr_announce.yml @@ -16,7 +16,7 @@ jobs: if [ -n "$ENABLER_SECRET" ]; then SECRET_EXISTS=true ; fi echo "SECRETS_ENABLED=$SECRET_EXISTS" >> $GITHUB_OUTPUT - name: Send Discord notification - uses: tgstation/discord-notify@v3 + uses: tgstation/discord-notify@main if: > steps.secrets_set.outputs.SECRETS_ENABLED && (github.event.pull_request.merged == true || github.event.action == 'opened') && diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 55c0909c225..9d9fc69f471 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -67,7 +67,7 @@ jobs: if [ -n "$ENABLER_SECRET" ]; then SECRET_EXISTS=true ; fi echo "SECRETS_ENABLED=$SECRET_EXISTS" >> $GITHUB_OUTPUT - name: Send Discord notification - uses: tgstation/discord-notify@v3 + uses: tgstation/discord-notify@main if: > steps.secrets_set.outputs.SECRETS_ENABLED with: