We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856d0a0 commit 7b2009aCopy full SHA for 7b2009a
.github/workflows/staging-deploy.yml
@@ -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
@@ -0,0 +1 @@
+.idea
0 commit comments