Update .forgejo/workflows/update_input.yaml
Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
parent
b7e8502c4d
commit
b1e3b51c79
1 changed files with 3 additions and 11 deletions
|
@ -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
|
||||
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "Updated flake for ${{ inputs.input_to_update }}"
|
Loading…
Reference in a new issue