fix: correct service name in notify-parent workflow

This commit is contained in:
asepharyana
2026-07-25 15:28:42 +07:00
parent 06c466764c
commit 2a10d89d4c
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
event-type: submodule-updated
client-payload: |
{
"service": "APPNAME",
"service": "tools",
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}",
"actor": "${{ github.actor }}"