From e0d50452ea1648621185949bd31922958db08bef Mon Sep 17 00:00:00 2001 From: Cal <35017184+CallumWalley@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:43:56 +1300 Subject: [PATCH] Update fetch_includes.yml Signed-off-by: Cal <35017184+CallumWalley@users.noreply.github.com> --- .github/workflows/fetch_includes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_includes.yml b/.github/workflows/fetch_includes.yml index 4d8e215b3..ae0c270ea 100644 --- a/.github/workflows/fetch_includes.yml +++ b/.github/workflows/fetch_includes.yml @@ -49,7 +49,7 @@ jobs: - name: Commit to Branch id: commit run: | - if [[ ${{ github.event.inputs.force }} == 'true' ]];then git commit --allow-empty -m "force trigger"; fi + if [[ $'{{ github.event.inputs.force }}' == 'true' ]];then git commit --allow-empty -m "force trigger"; fi body_message="This Merge Request was triggered by an update to $(git diff --name-only ${GITHUB_REF} | tr '\n' ', ')." if [[ $(git log ${GITHUB_REF}..HEAD) || ${{ github.event.inputs.force }} == 'true' ]]; then git push origin ${BRANCH_NAME}