dev #1

Merged
clement merged 10 commits from dev into master 2024-06-08 21:43:18 +02:00
Showing only changes of commit 5059506899 - Show all commits

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."