Update .forgejo/workflows/update_input.yaml

Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
silver 2024-08-07 08:50:24 +00:00
parent b7e8502c4d
commit b1e3b51c79

View file

@ -19,14 +19,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix flake lock --update-input "${{ inputs.input_to_update }}" - run: nix flake lock --update-input "${{ inputs.input_to_update }}"
shell: bash shell: bash
- run: | - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY with:
attic use skynet-cache commit_message: "Updated flake for ${{ inputs.input_to_update }}"
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