Debug Actions
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s

This commit is contained in:
Clément CHABANNE 2024-06-08 13:44:09 +02:00
parent 8d0d26eb55
commit 5059506899

View File

@ -13,6 +13,7 @@ jobs:
echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- name: Repo informations
run: |
echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
echo "🖥️ The workflow is now ready to test your code on the runner."