initial version
All checks were successful
Gitea Action Demo / Explore-Gitea-Actions (push) Successful in 4s
All checks were successful
Gitea Action Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
commit
0bd23f53d5
8
.gitea/workflows/test.yaml
Normal file
8
.gitea/workflows/test.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
name: Gitea Action Demo
|
||||||
|
run-name: "Démo"
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Bonjour les gens!"
|
||||||
Loading…
x
Reference in New Issue
Block a user