Update README.md

This commit is contained in:
Abdud Dayan Adeeb 2021-02-15 01:27:21 -05:00 committed by GitHub
parent 702ff8ec17
commit e10bcda95f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,8 @@
image: private-image:latest
options: -v $GITHUB_WORKSPACE:/work -e ABC=123
run: |
./run-script
echo "Running Script"
/work/run-script
```
#### run a privately-owned image