Skip to content

Commit 2ac785c

Browse files
committed
test: pwd
1 parent 363f708 commit 2ac785c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-guest-actions-entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# read arg to know if we are in github actions
44
IS_ACTIONS=$1
55

6+
echo $PWD
7+
8+
exit
9+
610
# config to stop dubious ownership warning
711
if [ "$IS_ACTIONS" = "true" ]; then
812
echo "github actions running"

0 commit comments

Comments
 (0)