From d0ca8a35d2a98a44fa69344cbef9aca319361906 Mon Sep 17 00:00:00 2001 From: Petar Kirov Date: Fri, 16 Aug 2024 10:32:41 +0300 Subject: [PATCH] ci(gh-actions): Checkout target repo when deploying --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ef55d37..30698df1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,6 +230,9 @@ jobs: && contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') + - uses: actions/checkout@v4 + if: inputs.do_deploy + - name: Deploy if: inputs.do_deploy env: