mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix the payload with comma (#8376)
This commit is contained in:
4
.github/workflows/package_dispatch.yml
vendored
4
.github/workflows/package_dispatch.yml
vendored
@@ -14,12 +14,12 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
const payload = {
|
const payload = {
|
||||||
package_name: github.event.registry_package.name,
|
package_name: github.event.registry_package.name,
|
||||||
package_version: github.event.package_version.name
|
package_version: github.event.package_version.name,
|
||||||
package_commit_sha: github.event.package_version.target_oid
|
package_commit_sha: github.event.package_version.target_oid
|
||||||
};
|
};
|
||||||
|
|
||||||
github.repos.createDispatchEvent({
|
github.repos.createDispatchEvent({
|
||||||
owner: 'Alfresco',
|
owner: context.repo.owner,
|
||||||
repo: 'alfresco-apps',
|
repo: 'alfresco-apps',
|
||||||
event_type: 'package-published',
|
event_type: 'package-published',
|
||||||
client_payload: payload
|
client_payload: payload
|
||||||
|
Reference in New Issue
Block a user