mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-15 04:25:41 +01:00
4fea86606b
All checks were successful
Gitea Actions Deploy / Explore-Gitea-Actions (push) Successful in 3s
15 lines
249 B
YAML
15 lines
249 B
YAML
name: Gitea Actions Deploy
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
on: [push]
|
|
|
|
defaults:
|
|
run:
|
|
shell: bash
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
steps:
|
|
- name: List files in the repository
|
|
run: |
|
|
ls
|