Skip to content

List repository files (actually useful information, believe it or not) #35

List repository files (actually useful information, believe it or not)

List repository files (actually useful information, believe it or not) #35

Workflow file for this run

name: List repository files (very useful information)
on:
workflow_dispatch:
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