Skip to content

Commit

Permalink
fix: substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 authored Dec 7, 2021
1 parent a7d1d4c commit 5e0c539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
yarn install --frozen-lockfile --force --non-interactive
- name: Build app
run: CI=false REACT_APP_EGAPRO_API_URL=${github.event.inputs.REACT_APP_EGAPRO_API_URL} yarn build
run: CI=false REACT_APP_EGAPRO_API_URL=${{github.event.inputs.REACT_APP_EGAPRO_API_URL}} yarn build



0 comments on commit 5e0c539

Please sign in to comment.