diff options
author | 2023-06-23 11:32:48 +0200 | |
---|---|---|
committer | 2023-06-23 11:32:48 +0200 | |
commit | dfa70357d3ce936995e0dfaf4336a2bc1e9b8136 (patch) | |
tree | 549753957201d2a04e16a912094b0f7047879d54 | |
parent | 2b75399520bebfc537cca8204e483f0df3373904 (diff) | |
download | astro-dfa70357d3ce936995e0dfaf4336a2bc1e9b8136.tar.gz astro-dfa70357d3ce936995e0dfaf4336a2bc1e9b8136.tar.zst astro-dfa70357d3ce936995e0dfaf4336a2bc1e9b8136.zip |
Update congrats workflow for latest version (#7457)
-rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c348f7c9..2aa663727 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,10 +20,7 @@ jobs: if: ${{ github.repository_owner == 'withastro' }} uses: withastro/automation/.github/workflows/congratsbot.yml@main with: - GITHUB_REPO: ${{ github.repository }} - COMMIT_AUTHOR: ${{ github.event.commits[0].author.name }} - COMMIT_MESSAGE: ${{ github.event.commits[0].message }} - COMMIT_ID: ${{ github.event.commits[0].id }} + EMOJIS: '🎉,🎊,🧑🚀,🥳,🙌,🚀,👏,<:houston_golden:1068575433647456447>,<:astrocoin:894990669515489301>,<:astro_pride:1085944201587458169>' secrets: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }} |