diff --git a/.gitea/workflows/firsrtflow.yaml b/.gitea/workflows/firsrtflow.yaml index eb295f0..9c81dc0 100644 --- a/.gitea/workflows/firsrtflow.yaml +++ b/.gitea/workflows/firsrtflow.yaml @@ -1,7 +1,6 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] - jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest @@ -9,7 +8,8 @@ jobs: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - 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 }}." - - run: sudo git config --system --add url.git@gitea:/maximo.insteadOf https://github.com/maximotejeda + - name: Add replacement for github download + - 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."