mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Fix for trigger-source workflow.
This commit is contained in:
+4
-4
@@ -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'
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user