Skip to content

Update shell script #11

Update shell script

Update shell script #11

Workflow file for this run

name: List repository files (very useful information)
on:
push:
branches: ["main"]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: tree -sno tree.txt --du
- uses: actions/upload-artifact@v4
with:
path: tree.txt
name: result