We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bb586d + 42a1786 commit 07e884eCopy full SHA for 07e884e
.github/workflows/formatting.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Create pull request
39
if: steps.formatcheck.outcome != 'success'
40
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
41
with:
42
token: ${{ secrets.GITHUB_TOKEN }}
43
title: "🎨 Automated formatting errors fix"
.github/workflows/linting.yml
if: steps.lintcheck.outcome != 'success'
title: "🎨 Automated linting errors fix"
0 commit comments