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 602a0bd commit b69dc13
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/wti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b69dc13

Please sign in to comment.