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
Chore App Build, Test, and Push Docker Images / build-and-push (push) Canceled after 15s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user