Skip to content

Commit

Permalink
replace with vars
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Jul 8, 2024
1 parent 7fda82a commit 9ba518f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: npm run build

- name: Say Hi!
# env:
# TYPESENSE_HOST: ${{ vars.TYPESENSE_HOST }}
run: |
echo "Typesense host name is: var.$TYPESENSE_HOST"
echo "Typesense host name is: vars.$TYPESENSE_HOST"

0 comments on commit 9ba518f

Please sign in to comment.