forked from Fediversity/Fediversity
fix step
This commit is contained in:
parent
4fa0a84215
commit
8be1aa02c4
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