Skip to content

Commit

Permalink
workflow_dispatch inputs doesn't work in automated builds, fixing it,…
Browse files Browse the repository at this point in the history
… made a mistake
  • Loading branch information
briedel committed Oct 13, 2023
1 parent 6296e8a commit 248cedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: echo "ROCM_VERSION=${{ github.event.inputs.rocm_version || env.ROCM_VERSION_DEFAULT }}" >> $GITHUB_ENV
-
name: set platforms
id: rocm
id: platforms
run: echo "PLATFORMS=${{ github.event.inputs.platforms || env.PLATFORMS_DEFAULT }}" >> $GITHUB_ENV
-
name: Free Disk Space (Ubuntu)
Expand Down

0 comments on commit 248cedf

Please sign in to comment.