Delete directory '.gitea'

This commit is contained in:
2026-06-07 09:27:33 +00:00
parent 214f4e6029
commit d38ff3183a
-26
View File
@@ -1,26 +0,0 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} запустил пайплайн 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Checkout code from Gitea
uses: actions/checkout@v4
with:
repository: ${{ gitea.repository }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Show repo info
run: |
echo "🎉 Запущено от: ${{ gitea.actor }}"
echo "🔎 Ветка: ${{ gitea.ref }}"
echo "📁 Репозиторий: ${{ gitea.repository }}"
echo "📂 Содержимое папки:"
ls -la
- name: Проверка Gitea API
run: |
echo "✅ Gitea instance: ${{ gitea.server_url }}"
curl -s ${{ gitea.server_url }}/api/v1/version | echo "Версия Gitea: $(cat)"