fix/class:list directive was not properly merging with the class attr… #118
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Congratsbot | |
on: | |
push: | |
branches: [main] | |
jobs: | |
congrats: | |
if: ${{ github.repository_owner == 'withastro' }} | |
uses: withastro/automation/.github/workflows/congratsbot.yml@main | |
with: | |
EMOJIS: '⚙️,🔩,🔧,🛠️,🧰,🗜️,🦺,<:lgtm:1121889033602215966>' | |
secrets: | |
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }} |