We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358af5c commit e6b2dcfCopy full SHA for e6b2dcf
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