From 134eb25b572a1b70a8162d24072c4ce36a8a2fb5 Mon Sep 17 00:00:00 2001 From: Anton Plagemann <54081139+antonplagemann@users.noreply.github.com> Date: Mon, 27 Dec 2021 12:28:15 +0100 Subject: [PATCH] Fix ci --- .github/actions/cleanup-environment/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/cleanup-environment/action.yml b/.github/actions/cleanup-environment/action.yml index f56deb3..e1c380f 100644 --- a/.github/actions/cleanup-environment/action.yml +++ b/.github/actions/cleanup-environment/action.yml @@ -25,6 +25,7 @@ runs: - name: Upload Google token to repo secrets run: python test/UpdateToken.py + if: always() env: REPO_TOKEN: ${{ inputs.REPO_TOKEN }} shell: bash