fix: correct service name in notify-parent workflow
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
event-type: submodule-updated
|
event-type: submodule-updated
|
||||||
client-payload: |
|
client-payload: |
|
||||||
{
|
{
|
||||||
"service": "APPNAME",
|
"service": "tools",
|
||||||
"ref": "${{ github.ref }}",
|
"ref": "${{ github.ref }}",
|
||||||
"sha": "${{ github.sha }}",
|
"sha": "${{ github.sha }}",
|
||||||
"actor": "${{ github.actor }}"
|
"actor": "${{ github.actor }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user