add-pr-comment/.github/workflows/test.yml
Michael Shick 526bb87116
trigger
2019-11-25 16:04:59 -05:00

21 lines
371 B
YAML

name: "test-local"
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
# - run: npm test
- uses: ./
with:
msg: |
Hello!
🌏
**bold**
!
repo-token: ${{ secrets.GITHUB_TOKEN }}
allow-repeats: false