Created backup workflow
Some checks failed
Git Backup to WebDAV / print-content (push) Failing after 5s

This commit is contained in:
Gertjan Koolen 2026-04-15 19:38:04 +02:00
parent b43f67d1db
commit d3fc44f582
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,16 @@
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