Skip to content

Commit 7b2009a

Browse files
committed
deploy event listerer action
1 parent 856d0a0 commit 7b2009a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Deploy Notification To staging.phcode.dev
2+
3+
on:
4+
repository_dispatch:
5+
types: [my-event]
6+
7+
jobs:
8+
build-tasks:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v3
12+
- name: Event triggered by
13+
run: |
14+
echo ${{ github.event.client_payload.sha }},${{ github.event.client_payload.ref }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

0 commit comments

Comments
 (0)