From 5059506899f5e24ff0e5be611554cec7166d6a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20CHABANNE?= Date: Sat, 8 Jun 2024 13:44:09 +0200 Subject: [PATCH] Debug Actions --- .gitea/workflows/actions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 776b6a4..61cd29c 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -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."