Update .forgejo/workflows/test.yml

This commit is contained in:
Booklordofthedings 2024-09-12 09:41:55 +02:00
parent e828c1d4e2
commit 4ec9d70972

View file

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