diff --git a/.forgejo/workflows/update_input.yaml b/.forgejo/workflows/update_input.yaml index d89ae37..816fe60 100644 --- a/.forgejo/workflows/update_input.yaml +++ b/.forgejo/workflows/update_input.yaml @@ -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 \ No newline at end of file