mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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: |
|
||||
const payload = {
|
||||
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
|
||||
};
|
||||
|
||||
github.repos.createDispatchEvent({
|
||||
owner: 'Alfresco',
|
||||
owner: context.repo.owner,
|
||||
repo: 'alfresco-apps',
|
||||
event_type: 'package-published',
|
||||
client_payload: payload
|
||||
|
Reference in New Issue
Block a user