From 6dcba9230f7ad1be6fbe4a186da50188f2c0c98c Mon Sep 17 00:00:00 2001 From: TimHoogervorst Date: Sun, 10 May 2026 15:08:23 +0200 Subject: [PATCH] lol always check the copy paste... --- .gitea/workflows/deploy-agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |