Skip to content

Commit

Permalink
added echo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Apr 24, 2024
1 parent 9e4e818 commit de3d3fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
echo "GA_KEY in process is: $GA_KEY"
echo "GA_KEY in env is: ${{ env.GA_KEY }}"
# print out env.GA_KEY
- name: Print out env.GA_KEY
run: |
echo "GA_KEY is: ${{ env.GA_KEY }}"
# build image
- name: Build image
uses: elgohr/[email protected]
Expand Down

0 comments on commit de3d3fa

Please sign in to comment.