Skip to content

chore(deps): update dallay/common-actions action to v2.2.2 #19

chore(deps): update dallay/common-actions action to v2.2.2

chore(deps): update dallay/common-actions action to v2.2.2 #19

name: Auto-merge dependencies
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
auto-merge:
uses: dallay/common-actions/.github/workflows/dependabot-auto-merge.yml@v2.2.2

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

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot-auto-merge.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dependabot-auto-merge.yml" -> "dallay/common-actions/.github/workflows/dependabot-auto-merge.yml@v2.2.2" (source tag with sha:6548f0dfaad9e40648cd56e85566e5bc2d707dfb) : (Line: 38, Col: 13): Unrecognized named-value: 'secrets'. Located at position 2 within expression: (secrets.APP_ID != '' && secrets.APP_PRIVATE_KEY != '') || (vars.APP_ID != '' && vars.APP_PRIVATE_KEY != '')
with:
target: squash
approve: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}