also update zen-browser
This commit is contained in:
parent
470148acd3
commit
3c77525d36
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue