Skip to content

Commit

Permalink
🐛 Fix basic example in README, include checkout step (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Oct 11, 2020
1 parent a410866 commit ce3af2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://tiangolo/latest-changes:0.0.1
# You can also use the action directly, but that will take about an extra minute:
# - tiangolo/latest-changes:0.0.1
Expand Down

0 comments on commit ce3af2a

Please sign in to comment.