Skip to content

Commit 66af4d6

Browse files
committed
chore: tweak echo
1 parent 51fd710 commit 66af4d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- name: Check Docker Username
3939
env:
4040
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
41-
run: echo "Docker username: $env:DOCKER_USERNAME"
41+
run: |
42+
echo "Docker username: $env:DOCKER_USERNAME"
4243
- name: Docker Login
4344
uses: docker/login-action@v3
4445
with:

0 commit comments

Comments
 (0)