Добавить .gitea/workflows/demo.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
13
.gitea/workflows/demo.yaml
Normal file
13
.gitea/workflows/demo.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Gitea Actions Demo
|
||||||
|
run-name: ${{ github.actor }} is testing Gitea Actions
|
||||||
|
on: [push] # Запускать при каждом пуше в репозиторий
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: ubuntu-latest # Метка, которую должен поддерживать ваш раннер
|
||||||
|
steps:
|
||||||
|
- run: echo "🚀 The workflow is successfully filtered!"
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- run: echo "💡 The repository has been cloned."
|
||||||
|
- run: ls -la
|
||||||
|
- run: echo "✅ Job finished."
|
||||||
Reference in New Issue
Block a user