Skip to content

Commit

Permalink
Update test-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoozer authored Apr 7, 2021
1 parent 2495c99 commit 01b0a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u _json_key --password-stdin https://eu.gcr.io
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u _json_key --password-stdin https://eu.gcr.io
# Runs a set of commands using the runners shell
- name: Run a multi-line script
Expand Down

0 comments on commit 01b0a64

Please sign in to comment.