style(ci/dependabot-rebuild): apply prettier formatting to workflow YAML (#77)

This commit is contained in:
2025-12-23 21:28:52 +00:00
committed by GitHub
parent 46ebed28cc
commit bb3e44be2f

View File

@@ -12,7 +12,8 @@ permissions:
jobs:
rebuild:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' && github.event.sender.login == 'dependabot[bot]' }}
if: |-
${{ github.actor == 'dependabot[bot]' && github.event.sender.login == 'dependabot[bot]' }}
steps:
- name: Generate app token
id: app-token