Skip to content

Commit

Permalink
fix: fix bot login name (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: 170210 <j170210@icloud.com>
  • Loading branch information
170210 authored Nov 7, 2023
1 parent 70d28be commit ea6a137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Check PR
if: steps.cd.outputs.need_update=='true'
run: |
gh pr list --state open --json author,number | jq -r '.[] | select(.author.login == "app/finschia-auto-pr[bot]") | .number' | while read -r pr_number; do
gh pr list --state open --json author,number | jq -r '.[] | select(.author.login == "app/finschia-auto-pr") | .number' | while read -r pr_number; do
gh pr close -d -c "This pr is out of date." $pr_number
done
env:
Expand Down

0 comments on commit ea6a137

Please sign in to comment.