fix: correct indentation for Debug Deployment Username step in build workflow
Chore App Build, Test, and Push Docker Images / build-and-push (push) Canceled after 15s

This commit is contained in:
2026-09-07 23:56:59 -04:00
parent cd0359a50d
commit 1eb80f8197
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Debug Deployment Username
run: |
echo "Username length: ${#USERNAME}"
echo "Username: $(echo -n "$USERNAME")"
echo "Username: $(echo -n "$USERNAME" | base64)"
env:
USERNAME: ${{ secrets.DEPLOY_TEST_USER }}
- name: Check out repository code