no zen auto-updates for now

This commit is contained in:
zack 2024-10-20 02:37:42 -04:00
parent cf78903b70
commit 599a4927ee
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
3 changed files with 69 additions and 5 deletions

View file

@ -51,7 +51,6 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
nix flake update --accept-flake-config
./packages/zen-browser-unwrapped/update.sh
git diff
if [[ -n $(git status -s) ]]; then
echo "CHANGED=true" >> $GITHUB_OUTPUT
@ -227,7 +226,6 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
nix flake update --accept-flake-config
./packages/zen-browser-unwrapped/update.sh
git diff
if [[ -n $(git status -s) ]]; then
echo "CHANGED=true" >> $GITHUB_OUTPUT