Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-Website-2 into UI-fix
  • Loading branch information
SakinduRansindu committed Nov 14, 2024
2 parents 426100d + d47e715 commit c8ebd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Verify environment variables
run: echo "NEXT_PUBLIC_API_KEY is set to: ${NEXT_PUBLIC_API_KEY:0:4}****"
run: echo "NEXT_PUBLIC_API_KEY is set to: $(echo "${NEXT_PUBLIC_API_KEY}" | cut -c1-4)****"

- name: Install dependencies and build
run: npm ci && npm run build
Expand Down

0 comments on commit c8ebd0c

Please sign in to comment.