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 b69dc13 commit aa44019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wti.yml
Expand Up @@ -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

0 comments on commit aa44019

Please sign in to comment.