wip
All checks were successful
Build and push nixos-based docker container / build (push) Successful in 19s
Update flake lock / build (push) Successful in 3s

This commit is contained in:
James Andariese 2024-08-04 00:17:08 -05:00
parent e536852b47
commit 3991dccf06
2 changed files with 5 additions and 4 deletions

View File

@ -10,13 +10,14 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
with:
token: ${{ secrets.ADMIN_ACTIONS_TOKEN }}
fetch-depth: 0
- run: |-
git config --local --add user.email localadmin@strudelline.net
git config --local --add user.name 'Gitea Actions'
git config --local --add user.email james@strudelline.net
git config --local --add user.name 'Admin 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

View File

@ -7,7 +7,7 @@ entrypoint = pkgs.writeShellApplication {
runtimeInputs = with pkgs; with nodePackages; [
node-red
ungoogled-chromium
#ungoogled-chromium
];
text = ''