diff --git a/.github/workflows/wti.yml b/.github/workflows/wti.yml index 37f929a8..3bbc9377 100644 --- a/.github/workflows/wti.yml +++ b/.github/workflows/wti.yml @@ -31,4 +31,6 @@ jobs: - name: 'Run WTI' if: ${{ !contains(needs.getSimilarIssues.outputs.message, '''@') }} # Skip this step if the description contains a string that will break the here document run: | - cd echo @'${{ needs.getSimilarIssues.outputs.message }}'@ | .github\workflows && .\wti.exe --issue 11305 --config config.yml --github-token "${{ secrets.GITHUB_TOKEN }}" --ignore-tags --default-message-stdin \ No newline at end of file + cd echo @' + ${{ needs.getSimilarIssues.outputs.message }} + '@ | .github\workflows && .\wti.exe --issue 11305 --config config.yml --github-token "${{ secrets.GITHUB_TOKEN }}" --ignore-tags --default-message-stdin \ No newline at end of file