mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Use escape to read var (#8377)
This commit is contained in:
6
.github/workflows/package_dispatch.yml
vendored
6
.github/workflows/package_dispatch.yml
vendored
@@ -13,9 +13,9 @@ jobs:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
const payload = {
|
||||
package_name: github.event.registry_package.name,
|
||||
package_version: github.event.package_version.name,
|
||||
package_commit_sha: github.event.package_version.target_oid
|
||||
package_name: ${{ github.event.registry_package.name }},
|
||||
package_version: ${{ github.event.registry_package.package_version.name }},
|
||||
package_commit_sha: ${{ github.event.registry_package.package_version.target_oid }}
|
||||
};
|
||||
|
||||
github.repos.createDispatchEvent({
|
||||
|
Reference in New Issue
Block a user