Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix build #8163

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions .github/workflows/desktop-timer-app-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
- name: Print environment variable names
run: |
echo "Environment Variable Names:"
printenv | cut -d= -f1

Check warning on line 191 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (printenv)

- name: Print large environment variables names
shell: powershell
Expand Down Expand Up @@ -233,10 +233,10 @@
ChocolateyInstall: ''
ChromeWebDriver: ''
COBERTURA_HOME: ''
# COMPUTERNAME: ''
# COMSPEC: ''
# CONDA: ''
COMPUTERNAME: ''

Check warning on line 236 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (COMPUTERNAME)
COMSPEC: ''

Check warning on line 237 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (COMSPEC)
CONDA: ''
DEPLOYMENT_BASEPATH: ''

Check warning on line 239 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (BASEPATH)
SBT_HOME: ''
SELENIUM_JAR_PATH: ''
STATS_BLT: ''
Expand Down Expand Up @@ -298,8 +298,8 @@
GOROOT_1_21_X64: ''
GOROOT_1_22_X64: ''
GRADLE_HOME: ''
# HOMEDRIVE: ''
HOMEDRIVE: ''

Check warning on line 301 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (HOMEDRIVE)
HOMEPATH: ''

Check warning on line 302 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (HOMEPATH)
IEWebDriver: ''
ImageOS: ''
ImageVersion: ''
Expand All @@ -308,16 +308,16 @@
JAVA_HOME_17_X64: ''
JAVA_HOME_21_X64: ''
JAVA_HOME_8_X64: ''
# LOCALAPPDATA: ''
# LOGONSERVER: ''
LOCALAPPDATA: ''

Check warning on line 311 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (LOCALAPPDATA)
LOGONSERVER: ''

Check warning on line 312 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (LOGONSERVER)
M2: ''
M2_REPO: ''
MAVEN_OPTS: ''
MonAgentClientLocation: ''
# npm_config_prefix: ''
npm_config_prefix: ''
NUMBER_OF_PROCESSORS: ''
OS: ''
PATHEXT: ''

Check warning on line 320 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (PATHEXT)
PERFLOG_LOCATION_SETTING: ''
PGBIN: ''
PGDATA: ''
Expand All @@ -335,6 +335,7 @@
PROCESSOR_REVISION: ''
PSModuleAnalysisCachePath: ''
PSModulePath: ''
Path: ''
DOTNET_MULTILEVEL_LOOKUP: ''
DOTNET_NOLOGO: ''
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: ''
Expand All @@ -344,7 +345,7 @@
GeckoWebDriver: ''
GHCUP_INSTALL_BASE_PREFIX: ''
GHCUP_MSYS2: ''
RTOOLS44_HOME: ''

Check warning on line 348 in .github/workflows/desktop-timer-app-stage.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (RTOOLS)
RUNNER_ARCH: ''
RUNNER_ENVIRONMENT: ''
RUNNER_NAME: ''
Expand All @@ -354,13 +355,13 @@
RUNNER_TOOL_CACHE: ''
RUNNER_TRACKING_ID: ''
RUNNER_WORKSPACE: ''
# USERDOMAIN: ''
# USERDOMAIN_ROAMINGPROFILE: ''
USERDOMAIN: ''
USERDOMAIN_ROAMINGPROFILE: ''
USERNAME: ''
# USERPROFILE: ''
# VCPKG_INSTALLATION_ROOT: ''
# WIX: ''
# TERM: ''
USERPROFILE: ''
VCPKG_INSTALLATION_ROOT: ''
WIX: ''
TERM: ''
# HOME: ''
# WINDIR: ''
# ProgramData: ''
Expand Down
Loading