Skip to content

Commit

Permalink
Update the example demonstrating how to configure the GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Jan 5, 2024
1 parent 7c3267f commit f6882c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,11 +545,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: azure/docker-login@v1
- if: github.event_name == 'push'
uses: docker/login-action@v3
with:
username: DOCKER_USERNAME
password: ${{ secrets.DOCKER_PASSWORD }}
if: github.event_name == 'push'
- uses: stepchowfun/toast/.github/actions/toast@main
with:
file: toastfiles/toast.yml
Expand Down

0 comments on commit f6882c7

Please sign in to comment.