diff --git a/.github/workflows/dependabot-rebuild.yml b/.github/workflows/dependabot-rebuild.yml index 08810ff..dcfc617 100644 --- a/.github/workflows/dependabot-rebuild.yml +++ b/.github/workflows/dependabot-rebuild.yml @@ -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