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 7292e5e commit 98b7434
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_from_submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
git add .
git commit -m "Update file after submodule update" || echo "No changes to commit"
- name: Configure Git Pull Strategy
run: git config pull.ff only

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

Expand Down

0 comments on commit 98b7434

Please sign in to comment.