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.
2 parents d8ab990 + 4532187 commit 7c8fd97Copy full SHA for 7c8fd97
.github/workflows/megalinter.yml
@@ -121,7 +121,7 @@ jobs:
121
# Use head_ref when PR is created and ref_name when manually run
122
env:
123
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
124
- uses: peter-evans/create-pull-request@v4
+ uses: peter-evans/create-pull-request@v6
125
with:
126
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
127
commit-message: "[MegaLinter] Apply linter automatic fixes"
0 commit comments