mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
fix dispatch after source CI refactor
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
committed by
majcosta
co-authored by
Claude Opus 5
parent
889cb72885
commit
a1576bcaaa
+5
-2
@@ -22,6 +22,9 @@ jobs:
|
||||
github.rest.actions.createWorkflowDispatch({
|
||||
owner: '1dot13',
|
||||
repo: 'source',
|
||||
workflow_id: 'build.yml',
|
||||
ref: 'master'
|
||||
workflow_id: 'release.yml',
|
||||
ref: 'master',
|
||||
inputs: {
|
||||
assemble_release: true
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user