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 24s
Chore App Build, Test, and Push Docker Images / build-and-push (push) Canceled after 24s
This commit is contained in:
@@ -10,12 +10,12 @@ jobs:
|
|||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- 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")"
|
||||||
env:
|
env:
|
||||||
USERNAME: ${{ secrets.DEPLOY_TEST_USER }}
|
USERNAME: ${{ secrets.DEPLOY_TEST_USER }}
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user