diff --git a/.github/workflows/close-pull-requests.yml b/.github/workflows/close-pull-requests.yml index 7fe8d85c..ba8505a1 100644 --- a/.github/workflows/close-pull-requests.yml +++ b/.github/workflows/close-pull-requests.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Debug contains - echo: "The body of the pull request contains alfredodeza: ${{ contains(github.event.pull_request.body, 'alfredodeza') }} , and contains @alfredodeza: ${{ contains(github.event.pull_request.body, '@alfredodeza') }} + echo: "The body of the pull request contains alfredodeza: ${{ contains(github.event.pull_request.body, 'alfredodeza') }} , and contains @alfredodeza: ${{ contains(github.event.pull_request.body, '@alfredodeza') }}" - name: Close PR if not pre-approved if: |