docker-node-red/.github/workflows/update.yaml
James Andariese 089fcc6d01
Some checks failed
Build and push nixos-based docker container / build (push) Successful in 24s
Update flake lock / build (push) Failing after 3s
first nixified version
2024-08-03 22:47:19 -05:00

20 lines
430 B
YAML

name: Update flake lock
on:
schedule:
- cron: '* * * * *'
jobs:
build:
runs-on: nix
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |-
git config --local --add user.email gitea@strudelline.net
git config --local --add user.name 'Gitea Actions'
nix flake update --commit-lock-file
git push