Skip to content

Commit 9edb7fa

Browse files
committed
test
1 parent 5f61012 commit 9edb7fa

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/notify.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: notify
2+
3+
on:
4+
status
5+
jobs:
6+
status:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- env:
10+
DESCRIPTION: ${{ github.event.description }}
11+
run: |
12+
echo The status is error or failed: $DESCRIPTION
13+
echo ${{ github.event }}

0 commit comments

Comments
 (0)