mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
attempt with rest (#8381)
This commit is contained in:
4
.github/workflows/package_dispatch.yml
vendored
4
.github/workflows/package_dispatch.yml
vendored
@@ -15,10 +15,10 @@ 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.registry_package.package_version.name }}""
|
package_version: "${{ github.event.registry_package.package_version.name }}"
|
||||||
};
|
};
|
||||||
|
|
||||||
await github.repos.createDispatchEvent({
|
await github.rest.repos.createDispatchEvent({
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: "alfresco-apps",
|
repo: "alfresco-apps",
|
||||||
event_type: "package-published",
|
event_type: "package-published",
|
||||||
|
Reference in New Issue
Block a user