0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

Update congrats workflow for latest version (#7457)

This commit is contained in:
Chris Swithinbank 2023-06-23 11:32:48 +02:00 committed by GitHub
parent 2b75399520
commit dfa70357d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,10 +20,7 @@ jobs:
if: ${{ github.repository_owner == 'withastro' }} if: ${{ github.repository_owner == 'withastro' }}
uses: withastro/automation/.github/workflows/congratsbot.yml@main uses: withastro/automation/.github/workflows/congratsbot.yml@main
with: with:
GITHUB_REPO: ${{ github.repository }} EMOJIS: '🎉,🎊,🧑‍🚀,🥳,🙌,🚀,👏,<:houston_golden:1068575433647456447>,<:astrocoin:894990669515489301>,<:astro_pride:1085944201587458169>'
COMMIT_AUTHOR: ${{ github.event.commits[0].author.name }}
COMMIT_MESSAGE: ${{ github.event.commits[0].message }}
COMMIT_ID: ${{ github.event.commits[0].id }}
secrets: secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }} DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}