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
|
- name: Debug Deployment Username
|
||||||
run: |
|
run: |
|
||||||
echo "Username length: ${#USERNAME}"
|
echo "Username length: ${#USERNAME}"
|
||||||
echo "Username: $(echo -n "$USERNAME")"
|
echo "Username: $(echo -n "$USERNAME" | base64)"
|
||||||
env:
|
env:
|
||||||
USERNAME: ${{ secrets.DEPLOY_TEST_USER }}
|
USERNAME: ${{ secrets.DEPLOY_TEST_USER }}
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
|||||||
Reference in New Issue
Block a user