From e669b2aa275e937a20f21221f82f9c9b74f1a4d8 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sun, 11 Aug 2024 22:06:29 -0400 Subject: [PATCH] Fix action --- .gitea/workflows/firsrtflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/firsrtflow.yaml b/.gitea/workflows/firsrtflow.yaml index 9c81dc0..bfbc33a 100644 --- a/.gitea/workflows/firsrtflow.yaml +++ b/.gitea/workflows/firsrtflow.yaml @@ -9,7 +9,7 @@ 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: Add replacement for github download - - run: sudo git config --system --add url.git@192.168.0.150:/maximo.insteadOf https://github.com/maximotejeda + run: sudo git config --system --add url.git@192.168.0.150:/maximo.insteadOf https://github.com/maximotejeda - name: Check out repository code uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."