mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-12 09:37:29 +08:00
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:
parent
8fa99d87d0
commit
b7c4166ab6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pretty-fix.yml
vendored
4
.github/workflows/pretty-fix.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue