Skip to content

Commit

Permalink
Env
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenSimon committed Sep 5, 2024
1 parent 7bb9aff commit c343ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

env:
SYNAPSE_FORCE_REMOTE_PROJECTS: yes
SYNAPSE_ENV: ${{ fromJSON(inputs.step-config).environment }}
SYNAPSE_ENV: ${{ fromJSON(inputs.step-config).environment || 'local' }}
SYNAPSE_PIPELINE_DEPS: ${{ fromJSON(inputs.pipeline-context).deps }}

steps:
Expand Down
1 change: 1 addition & 0 deletions integrations/websites/src/host.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,3 +630,4 @@ export async function openBrowser(url: string) {
// Can also try different vendor executables e.g. `firefox`
}
}

0 comments on commit c343ff2

Please sign in to comment.