tangled
alpha
login
or
join now
gracekind.net
/
tangled-pages-example
4
fork
atom
this repo has no description
4
fork
atom
overview
issues
pulls
pipelines
Update
Grace Kind
6 months ago
9bcd0ad1
f07162cf
+8
1 changed file
expand all
collapse all
unified
split
.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)"