We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 358af5c + e6b2dcf commit 3e77f18Copy full SHA for 3e77f18
1 file changed
README.md
@@ -9,6 +9,8 @@
9
#### Typical Use Case
10
11
```yaml
12
+- name: Checkout
13
+ uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume
14
- uses: addnab/docker-run-action@v3
15
with:
16
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments