Skip to content

Commit

Permalink
Removed auto flag for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gako358 committed Dec 2, 2024
1 parent a6d92fa commit 4611f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:
--fill \
--label bot \
--title "Auto update $(date -I)")
gh pr merge $PR --merge --auto --delete-branch
gh pr merge $PR --merge --delete-branch
env:
GITHUB_TOKEN: ${{ secrets.TEST_TOKEN }}

0 comments on commit 4611f69

Please sign in to comment.