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