From 015af9774c73f491a021666b35b4d5664e080bb6 Mon Sep 17 00:00:00 2001 From: Thomas <72444570+Applevangelist@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:17:48 +0200 Subject: [PATCH] Update build-includes.yml --- .github/workflows/build-includes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-includes.yml b/.github/workflows/build-includes.yml index 1ba61a9a6..06c64e7b7 100644 --- a/.github/workflows/build-includes.yml +++ b/.github/workflows/build-includes.yml @@ -120,7 +120,7 @@ jobs: cp -r ./build/result/* ./build/MOOSE_INCLUDE/ - name: Push result to MOOSE_INCLUDE repository (skipped by act) - if: ${{ env.FORCE_PUSH == 'true' }} + if: ${{ vars.FORCE_PUSH == 'true' }} run: | git config user.name "MooseBotter" git config user.email "moosebotter@tniedermeier.com"