Skip to content

Commit d57504c

Browse files
committed
Remove ls -la, as it's too verbose
While this seems to be useful for plugin debugging, for normal usage it's not necessary. Signed-off-by: David Heidelberg <david@ixit.cz>
1 parent d25e2dc commit d57504c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ echo "REF: $GITHUB_REF"
1313
echo "HEAD-REF: $GITHUB_HEAD_REF"
1414
echo "BASE-REF: $GITHUB_BASE_REF"
1515
pwd
16-
ls -la `pwd`
1716
id
1817

1918
# Add safe directory option for github workspace to disable fatal error

0 commit comments

Comments
 (0)