also update zen-browser

This commit is contained in:
zack 2024-10-20 02:07:07 -04:00
parent 470148acd3
commit 3c77525d36
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

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