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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -33,7 +32,6 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
|
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
|
||||||
attic use skynet-cache
|
attic use skynet-cache
|
||||||
attic push skynet-cache --ignore-upstream-cache-filter $(which attic)
|
attic push skynet-cache $(colmena build)
|
||||||
attic push skynet-cache $(ls -d /nix/store/*/)
|
|
||||||
shell: bash
|
shell: bash
|
||||||
#- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
#- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
Loading…
Reference in a new issue