Compare commits

...

4 Commits

Author SHA1 Message Date
1cbdcc584a test 3
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
2025-03-11 16:02:53 +01:00
87eea9d888 Update .gitea/CODEOWNERS
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
2025-03-11 16:02:04 +01:00
0e536a9a98 Update .gitea/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
2025-03-11 16:00:12 +01:00
13196903a3 Update .gitea/CODEOWNERS
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
2025-03-11 15:59:41 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
.gitea @usov_i .gitea/.* @usov_i

View File

@ -6,7 +6,7 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "hello world" - run: echo "here we go again!!!"
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code - name: Check out repository code