Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8s
10 lines
220 B
YAML
10 lines
220 B
YAML
name: Gitea Actions Demo
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
on: [push]
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
runs-on: alpine-latest
|
|
steps:
|
|
- run: echo "111111111111111111111111111111"
|