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
commit 3e77f186b7
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 }}