File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 4242
4343
4444 Authorize-Blossom :
45+ name : Authorize Blossom launch
4546 runs-on : blossom
4647 needs : [Check-Authorization]
4748 outputs :
6465 - name : Checkout code
6566 uses : actions/checkout@v2
6667 with :
67- repository : ${{ fromJson(needs.Authorization .outputs.args).repo }}
68- ref : ${{ fromJson(needs.Authorization .outputs.args).ref }}
68+ repository : ${{ fromJson(needs.Authorize-Blossom .outputs.args).repo }}
69+ ref : ${{ fromJson(needs.Authorize-Blossom .outputs.args).ref }}
6970 lfs : ' true'
7071
7172 - name : Run blossom action
7475 REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7576 REPO_KEY_DATA : ${{ secrets.BLOSSOM_KEY }}
7677 with :
77- args1 : ${{ fromJson(needs.Authorization .outputs.args).args1 }}
78- args2 : ${{ fromJson(needs.Authorization .outputs.args).args2 }}
79- args3 : ${{ fromJson(needs.Authorization .outputs.args).args3 }}
78+ args1 : ${{ fromJson(needs.Authorize-Blossom .outputs.args).args1 }}
79+ args2 : ${{ fromJson(needs.Authorize-Blossom .outputs.args).args2 }}
80+ args3 : ${{ fromJson(needs.Authorize-Blossom .outputs.args).args3 }}
8081
8182 Launch-NVIDIA-CI :
8283 name : Start ci job on Blossom
You can’t perform that action at this time.
0 commit comments