1
0
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:
Gastón Fournier 2023-05-24 10:20:31 +02:00 committed by GitHub
parent 96db2020a1
commit 540c5f2cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,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 }}",