Skip to content

Commit e10bcda

Browse files
authored
Update README.md
1 parent 702ff8e commit e10bcda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
image: private-image:latest
1717
options: -v $GITHUB_WORKSPACE:/work -e ABC=123
1818
run: |
19-
./run-script
19+
echo "Running Script"
20+
/work/run-script
2021
```
2122
2223
#### run a privately-owned image

0 commit comments

Comments
 (0)