From ffe76c4c9af5ac3c252c1d0895b0c389b1bd9765 Mon Sep 17 00:00:00 2001 From: quick-sort Date: Sun, 7 Jun 2026 11:15:12 +0000 Subject: [PATCH] fix: add checkout step to deploy workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Deploy was failing because docker-compose.yml was not available in the working directory — the workflow had no checkout step. Co-Authored-By: Claude Opus 4.7 --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f0c93e6..f148ef0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,6 +14,8 @@ jobs: runs-on: self-hosted if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: + - uses: actions/checkout@v4 + - name: Deploy container run: | cp ~/agent-box-runner/.env .