From 20bd2fd93946f692010ca507b8f7728e431f400c Mon Sep 17 00:00:00 2001 From: Blue Date: Wed, 20 Mar 2024 14:58:19 -0700 Subject: [PATCH] Test integration --- .github/workflows/wti.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wti.yml b/.github/workflows/wti.yml index 3bbc9377..4e0c647f 100644 --- a/.github/workflows/wti.yml +++ b/.github/workflows/wti.yml @@ -31,6 +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 @' + cd .github\workflows && 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 + '@ | .\wti.exe --issue 11305 --config config.yml --github-token "${{ secrets.GITHUB_TOKEN }}" --ignore-tags --default-message-stdin \ No newline at end of file