Skip to content

Commit

Permalink
Update the output name.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z committed Jun 3, 2024
1 parent 271a044 commit 3f252d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
tf_version: ${{ needs.prepare-variables-job.outputs.tensorflow_version }}

0 comments on commit 3f252d6

Please sign in to comment.