Skip to content

Commit

Permalink
Test integration
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue committed Mar 20, 2024
1 parent 194fa88 commit 20bd2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
'@ | .\wti.exe --issue 11305 --config config.yml --github-token "${{ secrets.GITHUB_TOKEN }}" --ignore-tags --default-message-stdin

0 comments on commit 20bd2fd

Please sign in to comment.