Update build-includes.yml

This commit is contained in:
Thomas 2023-10-19 16:17:48 +02:00 committed by GitHub
parent f0a37172b9
commit 015af9774c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"