Skip to content

⬆️ Updates eslint-plugin-unicorn to v53 #2990

⬆️ Updates eslint-plugin-unicorn to v53

⬆️ Updates eslint-plugin-unicorn to v53 #2990

Workflow file for this run

name: auto-merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ secrets.AUTOMERGE_TOKEN }} && github.actor == 'dependabot[bot]'

Check failure on line 9 in .github/workflows/auto-merge.yml

View workflow run for this annotation

GitHub Actions / auto-merge

Invalid workflow file

The workflow is not valid. .github/workflows/auto-merge.yml (Line: 9, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.AUTOMERGE_TOKEN
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v2.3
with:
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
command: "squash and merge"
approve: true
target: minor