Skip to content

Commit

Permalink
chore: output env vars so we see which we can remove :)
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Jun 9, 2024
1 parent a9fb1ea commit a706245
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/desktop-server-api.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ jobs:
DESKTOP_API_SERVER_APP_DESCRIPTION: 'Ever Teams API Server'
DESKTOP_API_SERVER_APP_ID: 'com.ever.everteamsapiserver'

Check warning on line 223 in .github/workflows/desktop-server-api.apps.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (everteamsapiserver)

- name: Print environment variable names
run: |
echo "Environment Variable Names:"
printenv | cut -d= -f1

Check warning on line 228 in .github/workflows/desktop-server-api.apps.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (printenv)
- name: Build API Server App
run: 'yarn build:gauzy-api-server:windows:release:gh'
env:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/desktop.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ jobs:
DESKTOP_TIMER_APP_DESCRIPTION: 'Ever Teams Desktop'
DESKTOP_TIMER_APP_ID: 'com.ever.everteamsdesktop'

- name: Print environment variable names
run: |
echo "Environment Variable Names:"
printenv | cut -d= -f1
- name: Build Desktop Timer App
run: 'yarn build:desktop-timer:windows:release:gh'
env:
Expand Down

0 comments on commit a706245

Please sign in to comment.