From b69dc138a6ba992fb6093c6ae67071bb3f2522c1 Mon Sep 17 00:00:00 2001 From: Blue Date: Wed, 20 Mar 2024 14:49:02 -0700 Subject: [PATCH] Test integration --- .github/workflows/wti.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/wti.yml b/.github/workflows/wti.yml index d9778abe..25665d46 100644 --- a/.github/workflows/wti.yml +++ b/.github/workflows/wti.yml @@ -29,9 +29,6 @@ jobs: uses: actions/checkout@v4 - name: 'Run WTI' - if: ${{ !contains(needs.getSimilarIssues.outputs.message, 'HVLITE-EOF') }} # Skip this step if the description contains a string that will break the here document + if: ${{ !contains(needs.getSimilarIssues.outputs.message, "'@") }} # Skip this step if the description contains a string that will break the here document run: | - cd .github\workflows && .\wti.exe --issue 11305 --config config.yml --github-token "${{ secrets.GITHUB_TOKEN }}" --ignore-tags --default-message-stdin - <<'WSL-EOF' - ${{ needs.getSimilarIssues.outputs.message }} - WSL-EOF + 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