diff --git a/.gitea/workflows/deploy-agent.yaml b/.gitea/workflows/deploy-agent.yaml index a2de74b..ac00d1c 100644 --- a/.gitea/workflows/deploy-agent.yaml +++ b/.gitea/workflows/deploy-agent.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repo run: | - git clone http://gitea:3000/YOUR_USER/Agents.git . + git clone http://gitea:3000/TimHoogervorst/Agents.git . - name: Build Docker image run: |