Update .forgejo/workflows/update_input.yaml
This commit is contained in:
parent
057b609a29
commit
510545dd96
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
@ -33,7 +32,6 @@ jobs:
|
|||
- run: |
|
||||
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
|
||||
attic use skynet-cache
|
||||
attic push skynet-cache --ignore-upstream-cache-filter $(which attic)
|
||||
attic push skynet-cache $(ls -d /nix/store/*/)
|
||||
attic push skynet-cache $(colmena build)
|
||||
shell: bash
|
||||
#- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
Loading…
Reference in a new issue