Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naimsolong authored Feb 18, 2024
1 parent ede20da commit 263ce33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- uses: SpicyPizza/[email protected]
with:
envkey_POSTHOG_HOST: ${{ var.POSTHOG_HOST }}
envkey_POSTHOG_KEY: ${{ var.POSTHOG_KEY }}
envkey_POSTHOG_HOST: ${{ vars.POSTHOG_HOST }}
envkey_POSTHOG_KEY: ${{ vars.POSTHOG_KEY }}

# Pick your own package manager and generate script
- run: npm install
Expand Down

0 comments on commit 263ce33

Please sign in to comment.