mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
updated to --rebase
This commit is contained in:
2
.github/workflows/update-flake-lock.yml
vendored
2
.github/workflows/update-flake-lock.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Enable auto-merge
|
||||
if: ${{ success() }}
|
||||
run: |
|
||||
gh pr merge --auto --merge "$PR_URL"
|
||||
gh pr merge --auto --rebase "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{ steps.update-flake-lock.outputs.pull-request-url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
|
||||
Reference in New Issue
Block a user