Skip to content

Commit b7c4166

Browse files
authored
1 parent 8fa99d8 commit b7c4166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pretty-fix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
2222
with:
23-
ref: ${{ github.event.pull_request.head.ref }}
23+
repository: ${{ github.event.pull_request.head.repo.name}}
24+
ref: ${{ github.event.pull_request.head.sha }}
2425

2526
- name: Set up Node.js
2627
uses: actions/setup-node@v4
@@ -62,7 +63,6 @@ jobs:
6263
uses: stefanzweifel/git-auto-commit-action@v5
6364
with:
6465
commit_message: "prettier fix"
65-
branch: ${{ github.event.pull_request.head.ref }}
6666

6767
- name: Remove label
6868
uses: actions-ecosystem/action-remove-labels@v1

0 commit comments

Comments
 (0)