Skip to content

Commit

Permalink
Update update_from_submodule.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter T. <[email protected]>
  • Loading branch information
StrangeRanger authored Nov 26, 2024
1 parent 98b7434 commit 70bb165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_from_submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git commit -m "Update file after submodule update" || echo "No changes to commit"
- name: Configure Git Pull Strategy
run: git config pull.ff only
run: git config pull.rebase true

- name: Pull latest changes
run: git pull origin main
Expand Down

0 comments on commit 70bb165

Please sign in to comment.