File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -2,26 +2,16 @@ name: upload-snapshot
22run-name : " Upload Git for Windows snapshot"
33
44on :
5- workflow_dispatch :
6- inputs :
7- git_artifacts_i686_workflow_run_id :
8- description : ' ID of the git-artifacts (i686) workflow run'
9- required : true
10- git_artifacts_x86_64_workflow_run_id :
11- description : ' ID of the git-artifacts (x86_64) workflow run'
12- required : true
13- git_artifacts_aarch64_workflow_run_id :
14- description : ' ID of the git-artifacts (aarch64) workflow run'
15- required : true
5+ push :
166
177env :
188 OWNER : " ${{ github.repository_owner }}"
199 REPO : git
2010 SNAPSHOTS_REPO : git-snapshots
2111 ARTIFACTS_REPO : git-for-windows-automation
22- I686_WORKFLOW_RUN_ID : " ${{ github.event.inputs.git_artifacts_i686_workflow_run_id }} "
23- X86_64_WORKFLOW_RUN_ID : " ${{ github.event.inputs.git_artifacts_x86_64_workflow_run_id }} "
24- AARCH64_WORKFLOW_RUN_ID : " ${{ github.event.inputs.git_artifacts_aarch64_workflow_run_id }} "
12+ I686_WORKFLOW_RUN_ID : 12969105876
13+ X86_64_WORKFLOW_RUN_ID : 12965293373
14+ AARCH64_WORKFLOW_RUN_ID : 12965294344
2515 CREATE_CHECK_RUN : " true"
2616 NODEJS_VERSION : 16
2717
You can’t perform that action at this time.
0 commit comments