Skip to content

Commit 13dd405

Browse files
authored
Simplify checkout step in lint workflow
Remove unnecessary 'with' block for checkout action.
1 parent 7f0393a commit 13dd405

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v6
5656
if: github.event.pull_request.head.repo.full_name != github.repository
57-
with:
58-
ref: ${{ github.head_ref }}
5957

6058
- uses: actions/checkout@v6
6159
if: github.event.pull_request.head.repo.full_name == github.repository
@@ -102,4 +100,4 @@ jobs:
102100
with:
103101
# Optional. Commit message for the created commit.
104102
# Defaults to "Apply automatic changes"
105-
commit_message: "Fix translation files"
103+
commit_message: "Fix translation files"

0 commit comments

Comments
 (0)