Skip to content

Commit

Permalink
ci: add nrt on commenting ci (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
thollander authored Aug 27, 2021
1 parent 3ef806b commit e625848
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: pull_request

jobs:
test_comment_pr:
runs-on: ubuntu-latest
name: (NRT) Comment PR
steps:
- name: Checkout
uses: actions/checkout@v1

- name: Comment
uses: ./
with:
message: 'Current branch is `${{ github.head_ref }}`.'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e625848

Please sign in to comment.