Skip to content

Commit

Permalink
#0: fix syntax issue with dispatch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed Jul 15, 2024
1 parent 5413b6c commit 5f79431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bisect-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
source ${{ github.workspace }}/python_env/bin/activate
cd $TT_METAL_HOME
export PYTHONPATH=$TT_METAL_HOME
./tests/scripts/tt_bisect.sh -f ${{ inputs.command }} -b ${{ inputs.bad-commit }} -g ${{ inputs.good-commit }}
./tests/scripts/tt_bisect.sh -f "${{ inputs.command }}" -b ${{ inputs.bad-commit }} -g ${{ inputs.good-commit }}

0 comments on commit 5f79431

Please sign in to comment.