We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe641f7 + 33e714d commit 83be6d0Copy full SHA for 83be6d0
.github/workflows/build-and-deploy-dev.yml
@@ -45,5 +45,5 @@ jobs:
45
azure-app-base-name: clearlydefined
46
azure-app-name-postfix: -dev
47
docker-build-args: |
48
- REACT_APP_SERVER="https://dev-api.clearlydefined.io"
49
- REACT_APP_GA_TRACKINGID="${{ needs.make-react-secret-available.outputs.trackingid }}"
+ REACT_APP_SERVER=https://dev-api.clearlydefined.io
+ REACT_APP_GA_TRACKINGID=${{ needs.make-react-secret-available.outputs.trackingid }}
0 commit comments