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 }}