Skip to content

Commit

Permalink
ci: attempt to echo out the sanitised variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallenbagel committed Jan 18, 2025
1 parent 9a1a97b commit a08b8c4
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: ${{ env.OWNER_LC }}"
echo "Sanitized Platform: ${{ env.PLATFORM }}"
echo "Sanitized Owner: $OWNER_LC"
echo "Sanitized Platform: $PLATFORM"
- name: Install dependencies
env:
HUSKY: 0
Expand Down

0 comments on commit a08b8c4

Please sign in to comment.