mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
change payload values (#8372)
This commit is contained in:
6
.github/workflows/package_dispatch.yml
vendored
6
.github/workflows/package_dispatch.yml
vendored
@@ -12,10 +12,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
echo ${{ toJSON(github.event) }}
|
|
||||||
const payload = {
|
const payload = {
|
||||||
package_name: github.event.package.name,
|
package_name: github.event.registry_package.name,
|
||||||
package_version: github.event.package.version
|
package_version: github.event.package_version.name
|
||||||
|
package_commit_sha: github.event.package_version.target_oid
|
||||||
};
|
};
|
||||||
|
|
||||||
const octokit = new Octokit();
|
const octokit = new Octokit();
|
||||||
|
Reference in New Issue
Block a user