Skip to content

Commit

Permalink
Update build-includes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Applevangelist authored Oct 19, 2023
1 parent f0a3717 commit 015af97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
Expand Down

0 comments on commit 015af97

Please sign in to comment.