Merge pull request #165398 from Mic92/commit-comment

build(deps): bump peter-evans/commit-comment from 1 to 2
This commit is contained in:
Silvan Mosberger 2022-03-25 18:06:33 +01:00 committed by GitHub
commit bec05c6527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
if: steps.ismerge.outputs.ismerge != 'true' if: steps.ismerge.outputs.ismerge != 'true'
- name: Warn if the commit was a direct push - name: Warn if the commit was a direct push
if: steps.ismerge.outputs.ismerge != 'true' if: steps.ismerge.outputs.ismerge != 'true'
uses: peter-evans/commit-comment@v1 uses: peter-evans/commit-comment@v2
with: with:
body: | body: |
@${{ github.actor }}, you pushed a commit directly to master/release branch @${{ github.actor }}, you pushed a commit directly to master/release branch