tangled
alpha
login
or
join now
veryroundbird.house
/
pds-dash
4
fork
atom
pds dash for shimaenaga.veryroundbird.house (based off of pds.witchcraft.systems)
4
fork
atom
overview
issues
pulls
pipelines
whitespace
veryroundbird.house
6 months ago
a5513f51
9dae9743
0/1
build.yml
failed
4s
+2
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+2
-2
.tangled/workflows/build.yml
···
13
13
command: |
14
14
echo "🪶 copying config from secrets"
15
15
cat > config.ts << EOF
16
16
-
${{secrets.CONFIG}}
17
17
-
EOF
16
16
+
${{secrets.CONFIG}}
17
17
+
EOF
18
18
19
19
- name: "Set up Deno"
20
20
command: |