Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
11 lines
240 B
YAML
11 lines
240 B
YAML
name: Gitea Actions Demo
|
|
uses: alpine:latest
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
on: [push]
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
runs-on: alpine-latest
|
|
steps:
|
|
- run: echo "111111111111111111111111111111"
|