Updated docs

Demonstrates the need to checkout in order to mount a volume
This commit is contained in:
Robert Lancer 2021-05-30 14:48:01 -04:00 committed by GitHub
parent 358af5c600
commit e6b2dcfc59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}