Merge pull request #23 from 1dot13/fix-trigger-source

Fix for trigger-source workflow.
This commit is contained in:
CptMoore
2023-01-22 00:45:14 +01:00
committed by GitHub
+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'
});