Skip to content

Commit afcf133

Browse files
authored
Update blossom-ci.yml
1 parent 283fe64 commit afcf133

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/blossom-ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242

4343

4444
Authorize-Blossom:
45+
name: Authorize Blossom launch
4546
runs-on: blossom
4647
needs: [Check-Authorization]
4748
outputs:
@@ -64,8 +65,8 @@ jobs:
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
@@ -74,9 +75,9 @@ jobs:
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

0 commit comments

Comments
 (0)