We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36da899 commit d904146Copy full SHA for d904146
.github/workflows/automerge.yaml
@@ -16,7 +16,7 @@ jobs:
16
id: metadata
17
uses: dependabot/fetch-metadata@v1
18
with:
19
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
20
21
- name: Auto-merge minor and patch updates
22
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'
0 commit comments