From 085a76285b668519dabc900cbc00e6bed0546e4f Mon Sep 17 00:00:00 2001 From: morbalint Date: Tue, 12 Mar 2024 23:45:55 +0100 Subject: [PATCH] ci: try fix cloning the deployment repo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a9f758..d371c3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v4 with: repository: morbalint/kemkas-deployment - ref: refs/head/main + ref: refs/heads/main path: ./deployment-repo clean: false - uses: mikefarah/yq@v4