mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
attempt with rest (#8381)
This commit is contained in:
parent
5ebab419f5
commit
ebabcf2c2b
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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user