Skip to content

Commit

Permalink
Merge pull request #1577 from piny940/fix-email
Browse files Browse the repository at this point in the history
emailは指定しない
  • Loading branch information
piny940 authored Jan 24, 2025
2 parents b0d08e6 + e55530c commit 12ac74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge for FluxCD PRs
run: gh pr merge --auto --rebase --delete-branch --author-email "[email protected]" "${{ steps.create_pr.outputs.pr_url }}"
run: gh pr merge --auto --rebase --delete-branch "${{ steps.create_pr.outputs.pr_url }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 12ac74d

Please sign in to comment.