mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Merge pull request #24 from 1dot13/fix-trigger-source
Fix (3) trigger-source workflow.
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ jobs:
|
|||||||
# add a valid token as secret to 1dot13 organisation
|
# add a valid token as secret to 1dot13 organisation
|
||||||
github-token: ${{ secrets.DISPATCH_1DOT13_SOURCE }}
|
github-token: ${{ secrets.DISPATCH_1DOT13_SOURCE }}
|
||||||
script: |
|
script: |
|
||||||
github.rest.issues.createWorkflowDispatch({
|
github.rest.actions.createWorkflowDispatch({
|
||||||
owner: '1dot13',
|
owner: '1dot13',
|
||||||
repo: 'source',
|
repo: 'source',
|
||||||
workflow_id: 'build.yml',
|
workflow_id: 'build.yml',
|
||||||
|
|||||||
Reference in New Issue
Block a user