fix: update workflow reference to use main branch

This commit is contained in:
Sam Chau
2024-12-17 17:53:15 +10:30
parent 82d5835a5d
commit e8ecf5e0dc

View File

@@ -5,6 +5,6 @@ on:
- "**"
jobs:
notify:
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@BRANCH_OR_TAG
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main
secrets:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}