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 18, 2024
1 parent ff5ce06 commit 7f72b6e
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 @@ -23,7 +23,7 @@ jobs:
- run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
# git config pull.rebase true
git config pull.ff only
git pull origin ${BRANCH_NAME} || git checkout -b ${BRANCH_NAME}
git fetch
git merge ${GITHUB_REF}
Expand Down

0 comments on commit 7f72b6e

Please sign in to comment.