Beef-Nightly/.forgejo/workflows/test.yml
Workflow config file is invalid. Please check your config file: yaml: line 10: mapping values are not allowed in this context

18 lines
No EOL
306 B
YAML

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