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 7460bf7 commit 9e4e818
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 @@ -63,6 +63,11 @@ jobs:
GA_KEY="${{ secrets.GA_KEY_DEV }}"
fi
echo "GA_KEY=${GA_KEY}" >> $GITHUB_ENV
echo "GA_KEY is: $GA_KEY"
echo "GA_KEY_DEV in secret is: ${{ secrets.GA_KEY_DEV }}"
echo "GA_KEY in secret is: ${{ secrets.GA_KEY }}"
echo "GA_KEY in process is: $GA_KEY"
echo "GA_KEY in env is: ${{ env.GA_KEY }}"
# build image
- name: Build image
Expand Down

0 comments on commit 9e4e818

Please sign in to comment.