Skip to content

Commit

Permalink
Update fetch_includes.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Cal <[email protected]>
  • Loading branch information
CallumWalley authored Nov 28, 2024
1 parent 3416306 commit e0d5045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch_includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e0d5045

Please sign in to comment.