Merge pull request #18 from rlancer/main

Updated docs
This commit is contained in:
Abdud Dayan Adeeb
2021-05-30 16:29:20 -04:00
committed by GitHub

View File

@ -9,6 +9,8 @@
#### Typical Use Case #### Typical Use Case
```yaml ```yaml
- name: Checkout
uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume
- uses: addnab/docker-run-action@v3 - uses: addnab/docker-run-action@v3
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}