Implement forgejo actions workflows #24

Merged
thepaperpilot merged 15 commits from thepaperpilot/Profectus:main into main 2023-11-05 17:00:29 +00:00
Showing only changes of commit e9283b5cca - Show all commits

View file

@ -10,7 +10,9 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Setup RSync - name: Setup RSync
run: apt-get install rsync run: |
apt-get update
apt-get install rsync
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v2