tangled
alpha
login
or
join now
jaydip.me
/
moocup
4
fork
atom
stunning screenshots in seconds https://moocup.jaydip.me
4
fork
atom
overview
issues
2
pulls
pipelines
ci: full commit history with force push
Jaydip Sanghani
5 months ago
cb4aad9f
e26323b9
+4
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
mirror-to-tangled.yml
+4
-1
.github/workflows/mirror-to-tangled.yml
reviewed
···
11
11
steps:
12
12
- name: Checkout
13
13
uses: actions/checkout@v5
14
14
+
with:
15
15
+
fetch-depth: 0 # full commit history
16
16
+
14
17
15
18
- name: Start SSH agent and add key
16
19
uses: webfactory/ssh-agent@v0.9.1
···
23
26
- name: Push to Tangled
24
27
run: |
25
28
git remote add tangled git@tangled.sh:jaydip.me/moocup
26
26
-
git push tangled main:from-github
29
29
+
git push -f tangled main:from-github