Skip to content

Commit f5448e9

Browse files
committed
Update the steps.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 5c63981 commit f5448e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
prepare-variables-job:
1313
runs-on: ubuntu-latest
1414
outputs:
15-
tensorflow_version: ${{ jobs.prepare-variables-job.outputs.tf_version }}
15+
tensorflow_version: ${{ steps.prepare-variables.outputs.tf_version }}
1616

1717
steps:
1818
- name: Checkout code
@@ -21,7 +21,7 @@ jobs:
2121
- name: Check folder
2222
run: ls ./.github/workflows/
2323

24-
- id: prepare-variables-job
24+
- id: prepare-variables
2525
name: Prepare Variables
2626
run: |
2727
echo "##[set-output name=tf_version;]2.10.0"

0 commit comments

Comments
 (0)