test deployment username debug
This commit is contained in:
@@ -10,6 +10,12 @@ jobs:
|
|||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug Deployment Username
|
||||||
|
run: |
|
||||||
|
echo "Username length: ${#USERNAME}"
|
||||||
|
echo "Username: $(echo -n "$USERNAME")"
|
||||||
|
env:
|
||||||
|
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