tangled
alpha
login
or
join now
gracekind.net
/
tangled-pages-example
this repo has no description
4
fork
atom
overview
issues
pulls
pipelines
Update
Grace Kind
4 months ago
9bcd0ad1
f07162cf
options
unified
split
Changed files
+8
.tangled
workflows
webhooks.yaml
+8
.tangled/workflows/webhooks.yaml
···
1
1
+
when:
2
2
+
- event: ["push"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
steps:
6
6
+
- name: send webhooks
7
7
+
command: |
8
8
+
curl -X POST "https://ebbd0a2afd3b.ngrok-free.app/webhooks/push/$(git rev-parse HEAD)"