commit 45f42d9e7283bd51530311e3b099ba07cec00b23 parent 45f223f42e29daa52003721f314fe7b642a9b8b8 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 10 Oct 2023 19:18:34 +0200 Fix typos Diffstat:
| M | .github/workflows/pullrequest.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml @@ -18,7 +18,7 @@ jobs: issues: write pull-requests: write needs: linting - if: ${{ github.event.isue.pullrequest && contains(github.event.comment.body, '/test') }} + if: github.event.issue.pull_request && contains(github.event.comment.body, '/test') runs-on: ubuntu-latest steps: - name: Get PR branch