Skip to content

Commit b34e2ab

Browse files
Fix workflow: add missing newline for better readability
1 parent c1bdc4c commit b34e2ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
contents: write
1313
pull-requests: write
1414
runs-on: ubuntu-latest
15+
1516
if: ${{ github.actor == 'dependabot[bot]' }}
1617
steps:
1718
- name: Dependabot metadata
@@ -24,4 +25,3 @@ jobs:
2425
env:
2526
PR_URL: ${{github.event.pull_request.html_url}}
2627
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
27-

0 commit comments

Comments
 (0)