From 3f252d624b9a3ada365e075c0ca8cb618054615e Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Mon, 3 Jun 2024 08:45:09 +0000 Subject: [PATCH] Update the output name. Signed-off-by: Jay Zhang --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0487beacf..e1b3e9b3b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,11 +24,11 @@ jobs: - id: prepare-variables name: Prepare Variables run: | - # echo "tf_version=2.10.0" >> $GITHUB_OUTPUT - echo "##[set-output name=tf_version;]2.10.0" + echo "tf_version=2.10.0" >> $GITHUB_OUTPUT + # echo "##[set-output name=tf_version;]2.10.0" call-setup-yml: needs: prepare-variables-job uses: ./.github/workflows/setup.yml with: - tf_version: ${{ needs.prepare-variables.outputs.tensorflow_version }} \ No newline at end of file + tf_version: ${{ needs.prepare-variables-job.outputs.tensorflow_version }} \ No newline at end of file