From 9da1b6335b32e6fdc2d0cc792c8a6e201844d41e Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sat, 15 Jul 2023 17:58:16 +0100 Subject: [PATCH] Test alternative checkout script --- .gitea/workflows/demo.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 3e28f7d..14c6e8f 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -10,10 +10,9 @@ 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@main + uses: https://github.com/RouxAntoine/checkout@v3.5.4 with: ref: main - repository: git/${{ github.repository }} - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository