We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363f708 commit 2ac785cCopy full SHA for 2ac785c
build-guest-actions-entrypoint.sh
@@ -3,6 +3,10 @@
3
# read arg to know if we are in github actions
4
IS_ACTIONS=$1
5
6
+echo $PWD
7
+
8
+exit
9
10
# config to stop dubious ownership warning
11
if [ "$IS_ACTIONS" = "true" ]; then
12
echo "github actions running"
0 commit comments