alpha
Login
or
Join now
gwen.works
/
shapemaker
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
🔧 Mirror to tangled.sh
author
Gwenn Le Bihan
committer
GitHub
date
1 year ago
(May 16, 2025, 8:09 PM +0200)
commit
57f5e1ac
57f5e1acb903169f0ddf909f411c1d32eae4f271
parent
dfc6a38c
dfc6a38c3b4fe174850e6b5c9943b4a674f782b7
+14
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
tangle.sh
+14
.github/workflows/tangle.sh
Reviewed
···
1
1
+
name: Tangle (mirro to tangled.sh)
2
2
+
3
3
+
on:
4
4
+
push: {}
5
5
+
workflow_dispatch: {}
6
6
+
7
7
+
jobs:
8
8
+
tangle:
9
9
+
runs-on: ubuntu-latest
10
10
+
steps:
11
11
+
- uses: gwennlbh/to-tangled@v0.3
12
12
+
with:
13
13
+
repo: gwen.works/to-tangled
14
14
+
ssh-key: ${{ secrets.TANGLED_KEY }}