Skip to content

Commit

Permalink
Update how input is stringified
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 19, 2024
1 parent b6edf73 commit e6aef9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tpch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
role-session-name: run-tpch-workflow
- uses: ./.github/actions/install
- run: |
scale_factor_str="${{ toString(inputs.scale_factor) }}_0"
scale_factor_str="${{ inputs.scale_factor }}_0"
# Dynamically update ray config file
sed -i 's|<<SHA>>|${{ github.sha }}|g' .github/assets/ray.yaml
Expand Down

0 comments on commit e6aef9f

Please sign in to comment.