marocchino-sticky-pull-requ.../.github/workflows/comment_on_push.yml
2021-03-22 06:32:32 +09:00

17 lines
385 B
YAML

name: Comment on Push
on:
push:
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jwalton/gh-find-current-pr@v1
id: finder
- uses: ./
with:
number: ${{ steps.finder.outputs.pr }}
message: |
Test ${{ github.sha }} is successfully ended.
This is message from push.