diff --git a/.forgejo/workflows/update_input.yaml b/.forgejo/workflows/update_input.yaml index b5757ec..e27cc8b 100644 --- a/.forgejo/workflows/update_input.yaml +++ b/.forgejo/workflows/update_input.yaml @@ -19,14 +19,6 @@ jobs: - uses: actions/checkout@v4 - 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 - nix develop - colmena build -v --on @active-dns - colmena build -v --on @active-core - colmena build -v --on @active - colmena build -v --on @active-ext - colmena build -v --on @active-gitlab - shell: bash - #- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 \ No newline at end of file + - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: "Updated flake for ${{ inputs.input_to_update }}" \ No newline at end of file