Add sample actions task
Gitea Test Publishing / Test-Gitea-Actions (push) Successful in 0s
Details
Gitea Test Publishing / Test-Gitea-Actions (push) Successful in 0s
Details
This commit is contained in:
parent
3a2bf2f81b
commit
6ac635504f
|
|
@ -0,0 +1,9 @@
|
||||||
|
name: Gitea Test Publishing
|
||||||
|
run-name: Gitea Test Publishing
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Test-Gitea-Actions:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "This works!"
|
||||||
Loading…
Reference in New Issue