no zen auto-updates for now
This commit is contained in:
parent
cf78903b70
commit
599a4927ee
3 changed files with 69 additions and 5 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue