We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b85962 commit ceeef4eCopy full SHA for ceeef4e
.github/workflows/discord-release-announce.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Send release to Discord
15
- uses: SethCohen/github-releases-to-discord@v1 # check exact latest version
+ uses: SethCohen/github-releases-to-discord@1b3dde6c63d699e660bf6e1b5605217b84d700fe # v1
16
with:
17
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
18
# optional customizations below - most have good defaults
0 commit comments