diff --git a/.github/workflows/assign.yml b/.github/workflows/assign.yml index 17bdb03..05e446e 100644 --- a/.github/workflows/assign.yml +++ b/.github/workflows/assign.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: pozil/auto-assign-issue@v1 - if: github.actor != "dependabot[bot]" + if: github.actor != 'dependabot[bot]' with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: elgohr \ No newline at end of file