mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
fix: workflow was moved (#3852)
## About the changes This script was moved, updating the ref
This commit is contained in:
parent
96db2020a1
commit
540c5f2cc5
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -50,7 +50,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 }}",
|
||||||
|
Loading…
Reference in New Issue
Block a user