Skip to content

chore(main): release 1.47.0 #181

chore(main): release 1.47.0

chore(main): release 1.47.0 #181

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

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.1.0" (source tag with sha:74665f58fde40f4999fb56022bd05626f6d72076) : (Line: 38, Col: 13): Unrecognized named-value: 'secrets'. Located at position 2 within expression: (secrets.APP_ID != '' || vars.APP_ID != '') && (secrets.APP_PRIVATE_KEY != '' || vars.APP_PRIVATE_KEY != '')
with:
target: squash
approve: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}