We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2040c9c commit 8e4c58eCopy full SHA for 8e4c58e
1 file changed
.github/workflows/dependabot-auto-merge.yml
@@ -48,6 +48,6 @@ jobs:
48
|| (inputs.patch && steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch')
49
run: gh pr merge --auto "--$STRATEGY" "$PR_URL"
50
env:
51
- PR_URL: ${{github.event.pull_request.html_url}}
+ PR_URL: ${{ github.event.pull_request.html_url }}
52
GH_TOKEN: ${{ github.token }}
53
STRATEGY: ${{ inputs.strategy }}
0 commit comments