Skip to content

Commit 4dc3473

Browse files
author
Borja García Rodríguez
committed
echo username
1 parent 7d6dea7 commit 4dc3473

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/basket-api.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
runs-on: ubuntu-16.04
2121
steps:
2222
- name: Login to docker registry
23-
run: echo ${{ secrets.USERNAME }}
23+
run: echo "username:${{ secrets.USERNAME }}"
24+
shell: bash
2425
BuildContainersForPR_Linux:
2526
runs-on: ubuntu-16.04
2627
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)