marocchino-sticky-pull-requ.../.github/workflows/comment_on_pull_request.yml
2019-11-21 09:57:13 +09:00

13 lines
266 B
YAML

name: Comment on Pull Request
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: ./
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |
Test ${{ github.sha }} is successfully ended.