From 7d75599627f6178f6ee5de7127b51d4bb6efcf78 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 6 Nov 2021 13:06:51 +0100 Subject: [PATCH] ci: keep latest github and scripts folder Signed-off-by: Jens Langhammer --- .github/workflows/ci-main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 7bca5c106..0b0f55ab4 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -147,6 +147,8 @@ jobs: # Copy current, latest config to local cp authentik/lib/default.yml local.env.yml git checkout $(git describe --abbrev=0 --match 'version/*') + git checkout ${{ steps.ev.outputs.branchName }} -- .github + git checkout ${{ steps.ev.outputs.branchName }} -- scripts - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }}