We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a00bc2 commit b3669e4Copy full SHA for b3669e4
1 file changed
.github/workflows/baseline.yml
@@ -242,7 +242,7 @@ jobs:
242
SCHEME: https
243
DOMAIN: flow-php.com
244
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
245
- GOOGLE_ANALYTICS_ID: '${{ vars.UMAMI_ID }}'
+ UMAMI_ID: '${{ vars.UMAMI_ID }}'
246
FLOW_VERSION: ${{ steps.flow_version.outputs.tag }}
247
working-directory: "web/landing"
248
@@ -256,4 +256,4 @@ jobs:
256
with:
257
source-directory: 'web/landing/build'
258
destination-github-username: 'flow-php'
259
- destination-repository-name: 'flow-php.com'
+ destination-repository-name: 'flow-php.com'
0 commit comments