feat: actual logic

This commit is contained in:
marocchino 2019-11-21 09:49:05 +09:00
parent 29d48cbb29
commit cb9470fc12
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
9 changed files with 108 additions and 147 deletions

View file

@ -0,0 +1,13 @@
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.