diff --git a/.forgejo/workflows/update_input.yaml b/.forgejo/workflows/update_input.yaml index 1623505..717d5c5 100644 --- a/.forgejo/workflows/update_input.yaml +++ b/.forgejo/workflows/update_input.yaml @@ -28,9 +28,6 @@ jobs: - run: nix flake lock --update-input "${{ inputs.input_to_update }}" shell: bash - run: | - attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY - attic use skynet-cache - attic watch-store skynet-cache & nix develop colmena build -v --on @active-dns colmena build -v --on @active-core @@ -38,4 +35,9 @@ jobs: colmena build -v --on @active-ext colmena build -v --on @active-gitlab shell: bash + - run: | + attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY + attic use skynet-cache + attic push skynet-cache $(ls -d /nix/store/*/) + shell: bash #- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 \ No newline at end of file