ci-test/.gitea/workflows/demo.yaml
Maximilian Keßler 4284dad516
All checks were successful
Gitea Actions Demo / checkout (push) Successful in 25s
upload an artifact
2023-10-14 15:17:06 +02:00

15 lines
349 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- name: check out repo
uses: actions/checkout@v3
- name: upload
uses: actions/upload-artifact@v3
with:
name: artifact.tex
path: main.tex