Add .forgejo/workflows/test.yml

This commit is contained in:
Booklordofthedings 2024-09-12 10:26:18 +02:00
parent 214f934280
commit 6c9409ca30

View file

@ -0,0 +1,19 @@
on:
workflow_dispatch:
jobs:
Build:
steps:
- name: Install apt packages
run: |
echo "sadasdasdas" >> test.txt
- name: Cache repository
uses: actions/cache/save@v4
id: lmao1
with:
path: |
test.txt
key: BeefRepository