mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-10 02:45:42 +01:00
51fcab7a07
All checks were successful
Gitea Actions Deploy / Explore-Gitea-Actions (push) Successful in 3s
11 lines
215 B
YAML
11 lines
215 B
YAML
name: Gitea Actions Deploy
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
on: [push]
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
steps:
|
|
- name: List files in the repository
|
|
run: |
|
|
ls
|