We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0393a commit 13dd405Copy full SHA for 13dd405
.github/workflows/lint.yml
@@ -54,8 +54,6 @@ jobs:
54
steps:
55
- uses: actions/checkout@v6
56
if: github.event.pull_request.head.repo.full_name != github.repository
57
- with:
58
- ref: ${{ github.head_ref }}
59
60
61
if: github.event.pull_request.head.repo.full_name == github.repository
@@ -102,4 +100,4 @@ jobs:
102
100
with:
103
101
# Optional. Commit message for the created commit.
104
# Defaults to "Apply automatic changes"
105
- commit_message: "Fix translation files"
+ commit_message: "Fix translation files"
0 commit comments