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: