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.