This commit is contained in:
parent
c0d5c30418
commit
b7e3d74e6e
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/nix-inputs-update.yml
Normal file
12
.forgejo/workflows/nix-inputs-update.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: "Update Flake Packages ❄️"
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
updateFlakePackages:
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- run: git clone -q -b $FORGEJO_REF_NAME https://forgejo:$GITHUB_TOKEN@git.antoinevaure.fr/$GITHUB_REPOSITORY .
|
||||||
|
- run: git checkout -b update-nix-inputs
|
||||||
|
- run: nix flake update
|
||||||
|
- run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')"
|
||||||
|
- run: git push origin HEAD:refs/for/update-nix-inputs -o topic="Update flake inputs $(date +'%d/%m/%Y')"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue