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