Created backup workflow
Some checks failed
Git Backup to WebDAV / print-content (push) Failing after 5s
Some checks failed
Git Backup to WebDAV / print-content (push) Failing after 5s
This commit is contained in:
parent
b43f67d1db
commit
d3fc44f582
2 changed files with 34 additions and 0 deletions
16
.forgejo/workflows/treedir.yaml.disabled
Normal file
16
.forgejo/workflows/treedir.yaml.disabled
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue