We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8011b2c commit 1272d24Copy full SHA for 1272d24
.github/workflows/create-root-readme.yaml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Ensure tree command is installed
20
- run: sudo apt update && apt-get install -y tree
+ run: sudo apt update && sudo apt-get install -y tree
21
22
- name: Run the tree generation script
23
run: |
0 commit comments