tangled
alpha
login
or
join now
nove.dev
/
tree-sitter-confindent
1
fork
atom
tree-sitter implementation for the confindent configuration language
1
fork
atom
overview
issues
pulls
pipelines
add remote instead of setting url
nove.dev
4 months ago
1b31a94e
e2e04815
0/1
mirror.yaml
failed
2s
+1
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
mirror.yaml
+1
-1
.tangled/workflows/mirror.yaml
reviewed
···
4
4
engine: nixery
5
5
steps:
6
6
- name: set-origin
7
7
-
command: "git remote set-url github \"https://novedevo:${GITHUB_PAT}@github.com/novedevo/tree-sitter-confindent.git\""
7
7
+
command: "git remote add github \"https://novedevo:${GITHUB_PAT}@github.com/novedevo/tree-sitter-confindent.git\""
8
8
- name: push
9
9
command: "git push github main --force"