Skip to content

Commit 678ed58

Browse files
committed
tests workdir
1 parent 788d1b9 commit 678ed58

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apply/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ fi
2424

2525
set -e
2626

27+
ls
28+
pwd
2729
cd "${TF_ACTION_WORKING_DIR:-.}"
2830

2931
if [[ ! -z "$TF_ACTION_TFE_TOKEN" ]]; then

init/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22
set -e
3+
ls
4+
pwd
35
cd "${TF_ACTION_WORKING_DIR:-.}"
46

57
if [[ ! -z "$TF_ACTION_TFE_TOKEN" ]]; then

0 commit comments

Comments
 (0)