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:
parent
8004d25631
commit
9f6e885830
2
.github/workflows/notify_enterprise.yaml
vendored
2
.github/workflows/notify_enterprise.yaml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
await github.rest.actions.createWorkflowDispatch({
|
||||
owner: 'ivarconr',
|
||||
repo: 'unleash-enterprise',
|
||||
workflow_id: 'continuous_version_sync.yaml',
|
||||
workflow_id: 'cicd.yaml',
|
||||
ref: 'master',
|
||||
inputs: {
|
||||
repository: "${{ github.repository }}",
|
||||
|
Loading…
Reference in New Issue
Block a user