forked from Fediversity/Fediversity
fix step
This commit is contained in:
parent
732758b58b
commit
f195a358ca
2 changed files with 2 additions and 2 deletions
|
@ -22,4 +22,4 @@ jobs:
|
|||
chmod 600 ~/.ssh/id_ed25519
|
||||
|
||||
- name: Cache
|
||||
- run: attic push demo $(nix-build)
|
||||
run: attic push demo $(nix-build)
|
||||
|
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
chmod 600 ~/.ssh/id_ed25519
|
||||
|
||||
- name: Cache
|
||||
- run: attic push demo $(nix-build)
|
||||
run: attic push demo $(nix-build)
|
||||
|
||||
check-mastodon:
|
||||
runs-on: native
|
||||
|
|
Loading…
Add table
Reference in a new issue