Skip to content

Commit

Permalink
ci: rebase rust-overlay onto main
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jun 17, 2024
1 parent f0be30d commit ca3dab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-rust-overlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
git config user.email "[email protected]"
git add flake.lock
git commit -m "build: update rust-overlay"
git rebase main
- name: Push changes
if: steps.commit.outcome == 'success'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: rust-overlay
force_with_lease: true

0 comments on commit ca3dab6

Please sign in to comment.