Skip to content

⬆️ Updates typedoc to v0.27.5 #1550

⬆️ Updates typedoc to v0.27.5

⬆️ Updates typedoc to v0.27.5 #1550

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/[email protected]
with:
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
command: "squash and merge"
approve: true
target: minor