Skip to content

Commit

Permalink
fix: fatal: You are not currently on a branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Nov 27, 2024
1 parent e19efda commit ad6fc1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-submodule-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
run: |
git add .
git commit -m "Update files based on submodule changes"
git push
git pull --rebase origin ${{ github.event.pull_request.head.ref }}
git push origin HEAD:${{ github.event.pull_request.head.ref }}

0 comments on commit ad6fc1f

Please sign in to comment.