Skip to content

Commit

Permalink
Update apprentice-action-test.yml
Browse files Browse the repository at this point in the history
fixed misssing "_"
  • Loading branch information
lukehaz authored Nov 3, 2023
1 parent bb37b93 commit 151e20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apprentice-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: run Docker container
run: docker run -p 80:80 ${{ secrets.DOCKER_USERNAME }}/test-d-image:latest
run: docker run -p 80:80 ${{ secrets.DOCKER_USER_NAME }}/test-d-image:latest

test:
needs: run-container
Expand Down

0 comments on commit 151e20c

Please sign in to comment.