Skip to content

Commit 8e4c58e

Browse files
authored
Apply coding style (#65)
1 parent 2040c9c commit 8e4c58e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
|| (inputs.patch && steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch')
4949
run: gh pr merge --auto "--$STRATEGY" "$PR_URL"
5050
env:
51-
PR_URL: ${{github.event.pull_request.html_url}}
51+
PR_URL: ${{ github.event.pull_request.html_url }}
5252
GH_TOKEN: ${{ github.token }}
5353
STRATEGY: ${{ inputs.strategy }}

0 commit comments

Comments
 (0)