ci: fix prettier workflow (@fehmer) (#6371)

fixes
https://github.com/monkeytypegame/monkeytype/actions/runs/13846153945/job/38746363714#step:7:58
This commit is contained in:
Christian Fehmer 2025-03-17 13:53:57 +01:00 committed by GitHub
parent 8fa99d87d0
commit b7c4166ab6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.name}}
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Node.js
uses: actions/setup-node@v4
@ -62,7 +63,6 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "prettier fix"
branch: ${{ github.event.pull_request.head.ref }}
- name: Remove label
uses: actions-ecosystem/action-remove-labels@v1