From 2a10d89d4ca2f8153c6741017d61c1e81b86e75a Mon Sep 17 00:00:00 2001 From: asepharyana Date: Sat, 25 Jul 2026 15:28:42 +0700 Subject: [PATCH] fix: correct service name in notify-parent workflow --- .github/workflows/notify-parent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-parent.yml b/.github/workflows/notify-parent.yml index 2a4fafa..ba52f69 100644 --- a/.github/workflows/notify-parent.yml +++ b/.github/workflows/notify-parent.yml @@ -17,7 +17,7 @@ jobs: event-type: submodule-updated client-payload: | { - "service": "APPNAME", + "service": "tools", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "actor": "${{ github.actor }}"