default to all repos
All checks were successful
App Image CI / Build app image (push) Successful in -1m20s
NPM Audit Check / Check NPM audit (push) Successful in -2m9s

This commit is contained in:
2025-11-16 00:43:36 -05:00
parent b926b303c5
commit a7e72f273f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ use strict;
use warnings; use warnings;
my $dep = $ENV{DEP} // 'stable'; my $dep = $ENV{DEP} // 'stable';
my $tier = $ENV{TIER} // '1'; my $tier = $ENV{TIER} // '2';
#region header #region header
print <<'EOHEADER'; print <<'EOHEADER';

View File

@@ -3,7 +3,7 @@ use strict;
use warnings; use warnings;
my $dep = $ENV{DEP} // 'stable'; my $dep = $ENV{DEP} // 'stable';
my $tier = $ENV{TIER} // '1'; my $tier = $ENV{TIER} // '2';
#region header #region header
print <<'EOHEADER'; print <<'EOHEADER';