Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
Demonstrates the need to checkout in order to mount a volume
  • Loading branch information
rlancer committed May 30, 2021
1 parent 358af5c commit e6b2dcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#### Typical Use Case

```yaml
- name: Checkout
uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume
- uses: addnab/docker-run-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit e6b2dcf

Please sign in to comment.