Skip to content

Commit

Permalink
ci: rebase onto remote ref
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jun 20, 2024
1 parent fecc85a commit e1939fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-rust-overlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config user.email "[email protected]"
git add flake.lock
git commit -m "build: update rust-overlay"
git rebase main
git rebase origin/main
- name: Push changes
if: steps.commit.outcome == 'success'
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit e1939fa

Please sign in to comment.