Skip to content

Commit 6f0804d

Browse files
authored
docs: using github variables instead of env
1 parent e10bcda commit 6f0804d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
password: ${{ secrets.DOCKER_PASSWORD }}
1515
registry: gcr.io
1616
image: private-image:latest
17-
options: -v $GITHUB_WORKSPACE:/work -e ABC=123
17+
options: -v ${{ github.workspace }}:/work -e ABC=123
1818
run: |
1919
echo "Running Script"
2020
/work/run-script

0 commit comments

Comments
 (0)