Skip to content

Commit

Permalink
ci: properly echo the values from github env
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallenbagel committed Jan 18, 2025
1 parent 083dbd3 commit 9a1a97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
PLATFORM: 'linux/amd64'
- name: Test Sanitized Variables
run: |
echo "Sanitized Owner: ${OWNER_LC}"
echo "Sanitized Platform: ${PLATFORM}"
echo "Sanitized Owner: ${{ env.OWNER_LC }}"
echo "Sanitized Platform: ${{ env.PLATFORM }}"
- name: Install dependencies
env:
HUSKY: 0
Expand Down

0 comments on commit 9a1a97b

Please sign in to comment.