wip
This commit is contained in:
parent
e536852b47
commit
d4032f2cef
4
.github/workflows/update.yaml
vendored
4
.github/workflows/update.yaml
vendored
|
@ -12,11 +12,11 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- run: |-
|
||||
git config --local --add user.email localadmin@strudelline.net
|
||||
git config --local --add user.email james@strudelline.net
|
||||
git config --local --add user.name 'Gitea Actions'
|
||||
git pull
|
||||
nix flake update
|
||||
if ! git commit -m "Flake updates for $(date)";then
|
||||
if ! git commit -m "Flake updates for $(date)" -a;then
|
||||
echo "no updates to commit"
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
@ -7,7 +7,7 @@ entrypoint = pkgs.writeShellApplication {
|
|||
|
||||
runtimeInputs = with pkgs; with nodePackages; [
|
||||
node-red
|
||||
ungoogled-chromium
|
||||
#ungoogled-chromium
|
||||
];
|
||||
|
||||
text = ''
|
||||
|
|
Loading…
Reference in New Issue
Block a user