mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
echo ${{ toJSON(github.event) }}
|
||||
const payload = {
|
||||
package_name: github.event.package.name,
|
||||
package_version: github.event.package.version
|
||||
package_name: github.event.registry_package.name,
|
||||
package_version: github.event.package_version.name
|
||||
package_commit_sha: github.event.package_version.target_oid
|
||||
};
|
||||
|
||||
const octokit = new Octokit();
|
||||
|
Reference in New Issue
Block a user