From aa44019ceac350a0d55b1e372b2469902d10dda0 Mon Sep 17 00:00:00 2001 From: Blue Date: Wed, 20 Mar 2024 14:50:14 -0700 Subject: [PATCH] Test integration --- .github/workflows/wti.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wti.yml b/.github/workflows/wti.yml index 25665d46..5556587d 100644 --- a/.github/workflows/wti.yml +++ b/.github/workflows/wti.yml @@ -29,6 +29,6 @@ jobs: uses: actions/checkout@v4 - name: 'Run WTI' - if: ${{ !contains(needs.getSimilarIssues.outputs.message, "'@") }} # 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 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