Skip to content

Commit 5c63981

Browse files
committed
Correct the mapping syntax.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 28e2e66 commit 5c63981

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
prepare-variables-job:
1313
runs-on: ubuntu-latest
1414
outputs:
15-
tensorflow_version:
16-
description: "The version of target tensorflow"
17-
value: ${{ jobs.prepare-variables-job.outputs.tf_version }}
15+
tensorflow_version: ${{ jobs.prepare-variables-job.outputs.tf_version }}
1816

1917
steps:
2018
- name: Checkout code

0 commit comments

Comments
 (0)