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 391036e commit 863b417Copy full SHA for 863b417
.github/workflows/mega-linter.yml
@@ -145,7 +145,7 @@ jobs:
145
# Create pull request if applicable
146
# (for now works only on PR from same repository, not from forks)
147
- name: Create Pull Request with applied fixes
148
- uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7
+ uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
149
id: cpr
150
if: env.APPLY_FIXES_IF_PR == 'true' && contains(fromJSON('["refs/heads/main", "refs/heads/master"]'), github.ref)
151
with:
0 commit comments