Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashchokalingam committed Nov 21, 2024
1 parent 54e4bff commit 346dc43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Echo string
run: echo "hello world"

# echo env
- name: Echo env
run: echo ${{ env.NEXT_PUBLIC_WHATSAPP_NUMBER }}
run: echo ${{ secrets.NEXT_PUBLIC_WHATSAPP_NUMBER }}

- name: Build with Next.js
env:
Expand Down

0 comments on commit 346dc43

Please sign in to comment.