diff --git a/.github/workflows/author-verified.yml b/.github/workflows/author-verified.yml index 7ad5b6047aa..190ce9d9bb3 100644 --- a/.github/workflows/author-verified.yml +++ b/.github/workflows/author-verified.yml @@ -18,7 +18,7 @@ jobs: ref: v19 path: ./actions - name: Checkout Repo - if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested') + if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested') uses: actions/checkout@v2 with: path: ./repo