Update .forgejo/workflows/update_input.yaml

This commit is contained in:
silver 2024-08-07 02:06:06 +00:00
parent 057b609a29
commit 510545dd96

View file

@ -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