Fix for trigger-source workflow.

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