Fix for trigger-source workflow.

This commit is contained in:
CptMoore
2023-01-22 00:42:40 +01:00
parent 54637bfc50
commit b2761a651d
+4 -4
View File
@@ -20,8 +20,8 @@ jobs:
github-token: ${{ secrets.DISPATCH_1DOT13_SOURCE }}
script: |
github.rest.issues.createWorkflowDispatch({
'1dot13',
'source',
'build.yml',
'master',
owner: '1dot13',
repo: 'source',
workflow_id: 'build.yml',
ref: 'master'
});