From ba8a17138154d2b2ccffc906f3935c4856a3015e Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 17 Jan 2024 17:24:17 +0100 Subject: [PATCH] ci: try forcing repository url --- .forgejo/workflows/demo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index df2dfd4..24524e8 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -27,7 +27,8 @@ jobs: - name: Setup repo uses: actions/checkout@v4 with: - github-server-url: https://git.cohabit.fr + repository: https://git.cohabit.fr/julien.oculi/test-forgejo-runner + - name: Testing runner run: echo All Good