Workflow filename name change (#4065)
This commit is contained in:
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
await github.rest.actions.createWorkflowDispatch({
|
||||
owner: 'element-hq',
|
||||
repo: 'element-enterprise',
|
||||
workflow_id: 'ios-pipeline.yml',
|
||||
workflow_id: 'pipeline-ios.yml',
|
||||
ref: 'main',
|
||||
inputs: inputs
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user