ci(dependabot-rebuild): remove unnecessary ref from checkout action (#48)

This commit is contained in:
2025-11-11 18:41:04 +00:00
committed by GitHub
parent 441aa939fd
commit ce60e958b3

View File

@@ -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