From e2143bf66c6e36d0816546232876d8cc4d6167db Mon Sep 17 00:00:00 2001 From: Fiorela Ciroku Date: Sun, 22 May 2022 16:19:14 +0200 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 4f7d358..41f4c31 100644 --- a/action.yml +++ b/action.yml @@ -22,6 +22,7 @@ runs: - uses: actions/checkout@v2 - name: Print directory structure + shell: bash run: | echo " alias tree="find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'" " > printTree.zshrc tree