From e6b2dcfc596f91be9fb71961fa518394dd3fdfbc Mon Sep 17 00:00:00 2001 From: Robert Lancer Date: Sun, 30 May 2021 14:48:01 -0400 Subject: [PATCH] Updated docs Demonstrates the need to checkout in order to mount a volume --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8bdac31..eab5a93 100644 --- a/README.md +++ b/README.md @@ -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 }}