Add .forgejo/workflows/test.yml
This commit is contained in:
parent
214f934280
commit
6c9409ca30
1 changed files with 19 additions and 0 deletions
19
.forgejo/workflows/test.yml
Normal file
19
.forgejo/workflows/test.yml
Normal 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
|
Loading…
Add table
Reference in a new issue