diff --git a/.github/workflows/dependabot-rebuild.yml b/.github/workflows/dependabot-rebuild.yml index cc10102..edfa73b 100644 --- a/.github/workflows/dependabot-rebuild.yml +++ b/.github/workflows/dependabot-rebuild.yml @@ -12,7 +12,8 @@ permissions: jobs: rebuild-dist: 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 @@ -23,7 +24,6 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: token: ${{ steps.app-token.outputs.token }} - ref: ${{ github.head_ref }} - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version-file: .node-version