Fix action

This commit is contained in:
maximo tejeda 2024-08-11 22:06:29 -04:00
parent b3f262a334
commit e669b2aa27

View File

@ -9,7 +9,7 @@ jobs:
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - 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: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Add replacement for github download - 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 - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."