From eba5ee8ca01d548b3476cbee65175d4484a52e08 Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Sun, 9 Mar 2025 01:29:59 +1030 Subject: [PATCH] fix(workflow): update notify job to use notify-commit workflow and correct secret name --- .github/workflows/notify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index d1605b6..7912af5 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -4,7 +4,7 @@ on: branches: - "stable" jobs: - notify: - uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main + call-notify-commit: + uses: Dictionarry-Hub/parrot/.github/workflows/notify-commit.yml@v1 secrets: - WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }} + PARROT_URL: ${{ secrets.PARROT_URL }}