1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

fix: new workflow name (#3845)

Adopt the new workflow name:
https://github.com/ivarconr/unleash-enterprise/pull/529
This commit is contained in:
Gastón Fournier 2023-05-23 15:55:59 +02:00 committed by GitHub
parent 8004d25631
commit 9f6e885830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ jobs:
await github.rest.actions.createWorkflowDispatch({ await github.rest.actions.createWorkflowDispatch({
owner: 'ivarconr', owner: 'ivarconr',
repo: 'unleash-enterprise', repo: 'unleash-enterprise',
workflow_id: 'continuous_version_sync.yaml', workflow_id: 'cicd.yaml',
ref: 'master', ref: 'master',
inputs: { inputs: {
repository: "${{ github.repository }}", repository: "${{ github.repository }}",