mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 11:26:13 +08:00
ci(pretty fix): use correct head ref
This commit is contained in:
parent
e4517ebede
commit
e10444d201
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pretty-fix.yml
vendored
3
.github/workflows/pretty-fix.yml
vendored
|
|
@ -18,6 +18,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
|
@ -59,6 +61,7 @@ jobs:
|
|||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "prettier fix"
|
||||
branch: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
- name: Remove label
|
||||
uses: PauMAVA/add-remove-label-action@v1.0.3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue