Testing-git/.forgejo/workflows/treedir.yaml.disabled
Gertjan Koolen d3fc44f582
Some checks failed
Git Backup to WebDAV / print-content (push) Failing after 5s
Created backup workflow
2026-04-15 19:38:04 +02:00

16 lines
294 B
Text

on: [push]
jobs:
print-content:
runs-on: debian-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: install tree
run: |
apt-get update
apt-get install -y tree
- name: list directory contents
run: tree