Skip to content

Commit af6b9c5

Browse files
committed
fix event name
1 parent 7b2009a commit af6b9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Notification To staging.phcode.dev
22

33
on:
44
repository_dispatch:
5-
types: [my-event]
5+
types: [deploy-staging]
66

77
jobs:
88
build-tasks:

0 commit comments

Comments
 (0)