Skip to content

Commit 13f4c68

Browse files
committed
Test out a workflow that runs on issue comments
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 13c6a1b commit 13f4c68

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: React to issue comments
2+
3+
on: issue_comment
4+
5+
jobs:
6+
react:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- env:
10+
JSON: ${{ toJSON(github) }}
11+
run: |
12+
echo "$JSON"
13+
- run: echo "$TEST_SECRET"

0 commit comments

Comments
 (0)