Skip to content

Commit

Permalink
Update the steps.
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 5c63981 commit f5448e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
prepare-variables-job:
runs-on: ubuntu-latest
outputs:
tensorflow_version: ${{ jobs.prepare-variables-job.outputs.tf_version }}
tensorflow_version: ${{ steps.prepare-variables.outputs.tf_version }}

steps:
- name: Checkout code
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Check folder
run: ls ./.github/workflows/

- id: prepare-variables-job
- id: prepare-variables
name: Prepare Variables
run: |
echo "##[set-output name=tf_version;]2.10.0"
Expand Down

0 comments on commit f5448e9

Please sign in to comment.