Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
shyanukant committed Jul 27, 2023
1 parent 74fb256 commit 0bcd34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
pip3 install -r requirements.txt
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

Expand Down

0 comments on commit 0bcd34a

Please sign in to comment.