lilleman
705980628e
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
10 lines
238 B
YAML
10 lines
238 B
YAML
name: Gitea Actions Demo
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
on: [push]
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
run: docker run hello-world |