Merge pull request #165398 from Mic92/commit-comment
build(deps): bump peter-evans/commit-comment from 1 to 2
This commit is contained in:
commit
bec05c6527
1 changed files with 1 additions and 1 deletions
2
.github/workflows/direct-push.yml
vendored
2
.github/workflows/direct-push.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue