Skip to content

Commit 69cd7c7

Browse files
committed
Update notify-packages.yml
1 parent c4f6a99 commit 69cd7c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notify-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
-d "$(jq -n \
2525
--arg type "modules" \
2626
--arg name "csk-module-dummy" \
27+
--arg strip "csk-module-" \
2728
--arg repo "${{ github.repository }}" \
28-
--arg path "modules/dummy" \
29-
'{event_type:"update-submodules", client_payload: {type:$type, name:$name, repository:$repo, path:$path}}')"
29+
'{"event_type":"update-submodules","client_payload":{"type":$type,"name":$name,"strip":$strip,"repo":$repo}}')"

0 commit comments

Comments
 (0)