Workflow filename name change (#4065)

This commit is contained in:
Benoit Marty
2025-04-25 18:46:29 +02:00
committed by GitHub
parent 152834ee70
commit bab208fa18

View File

@@ -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
});