Skip to content

Commit 8d5fcb1

Browse files
committed
Correct the output name.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 4450564 commit 8d5fcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
needs: prepare-variables-job
3131
uses: ./.github/workflows/setup.yml
3232
with:
33-
tf_version: ${{ needs.prepare-variables-job.outputs.tensorflow_version }}
33+
tf_version: ${{ needs.prepare-variables.outputs.tensorflow_version }}

0 commit comments

Comments
 (0)