Test workflow variables
All checks were successful
Fibonacci unit tests / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2025-07-24 13:28:59 +02:00
parent 08ebd6702b
commit 9f7b357e6e

View File

@@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo "🔎 Running tests for ${{ gitea.repository }} branch ${{ gitea.ref }}."
name: Run tests for ${{ gitea.repository }}/${{ gitea.ref }}
- name: Check out repository code
uses: actions/checkout@v4
- name: Install go