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 42
42
43
43
44
44
Authorize-Blossom :
45
+ name : Authorize Blossom launch
45
46
runs-on : blossom
46
47
needs : [Check-Authorization]
47
48
outputs :
64
65
- name : Checkout code
65
66
uses : actions/checkout@v2
66
67
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 }}
69
70
lfs : ' true'
70
71
71
72
- name : Run blossom action
74
75
REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
75
76
REPO_KEY_DATA : ${{ secrets.BLOSSOM_KEY }}
76
77
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 }}
80
81
81
82
Launch-NVIDIA-CI :
82
83
name : Start ci job on Blossom
You can’t perform that action at this time.
0 commit comments