This commit is contained in:
2026-03-09 12:29:51 +03:00
parent c87882d2b4
commit 9e7307cae8
7 changed files with 167 additions and 58 deletions

View File

@@ -1,6 +1,9 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on:
push:
branches:
- dev
jobs:
Explore-Gitea-Actions:
@@ -13,6 +16,10 @@ jobs:
uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner!"
# - name: List files in the repository
# run: |
# ls ${{ gitea.workspace }}
# docker run -d --name tracker -p 3300:3000 git.madsky.ru/vadim/tracker:latest
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}