Skip to content

Commit

Permalink
fix run qna quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jun 14, 2023
1 parent 3744ffc commit 9ad0e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_run_qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: CMD/bigfix_run_qna_win.bat ${{ env.relevance }}
- name: run qna linux
if: runner.os == 'Linux'
run: bash bash/bigfix_run_qna_debian.sh ${{ env.relevance }}
run: bash bash/bigfix_run_qna_debian.sh '${{ env.relevance }}'
# https://stackoverflow.com/questions/57946173/github-actions-run-step-on-specific-os
- name: run qna mac
if: runner.os == 'macOS'
run: bash bash/bigfix_run_qna_macos.sh ${{ env.relevance }}
run: bash bash/bigfix_run_qna_macos.sh '${{ env.relevance }}'

0 comments on commit 9ad0e01

Please sign in to comment.