From 94263e61726d93c275e8c691586ad892fd88d979 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 30 Nov 2023 09:58:44 +0100 Subject: [PATCH] ci: :green_heart: Try things --- .gitea/workflows/moulinette.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/moulinette.yml b/.gitea/workflows/moulinette.yml index b58bd65..24ccb51 100644 --- a/.gitea/workflows/moulinette.yml +++ b/.gitea/workflows/moulinette.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v3 # Clone the URL OF REMOTE PROJECT to test with: - repository: ${{ steps.tagName.outputs.tag }} + repository: ${{ steps.tagName.outputs.tag }} + .git # Set default branch ref: master token: ${{ secrets.TOKEN_GITEA }}