From b1e3b51c79d151188dcbaf931d9ff48074f0713d Mon Sep 17 00:00:00 2001 From: silver Date: Wed, 7 Aug 2024 08:50:24 +0000 Subject: [PATCH] Update .forgejo/workflows/update_input.yaml Signed-off-by: silver --- .forgejo/workflows/update_input.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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