build test 12
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m50s

This commit is contained in:
Artur Mukhamadiev 2026-03-02 20:46:39 +03:00
parent 1eea074051
commit 5c5b886360

View File

@ -19,7 +19,7 @@ jobs:
- 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 }}."
- name: Check out repository code
uses: actions/checkout@v4a
uses: actions/checkout@v4
with:
submodules: 'true'
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."