Skip to content

Commit

Permalink
fix: steps.get_prs
Browse files Browse the repository at this point in the history
  • Loading branch information
hatsu38 committed Apr 17, 2024
1 parent e8e1dcf commit 61c953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Close Old Pull Requests
shell: bash
run: |
for pr_id in ${{ steps.get_pr_ids.outputs.pr_ids }}; do
for pr_id in ${{ steps.get_prs.outputs.pr_ids }}; do
gh pr close $pr_id --delete-branch --comment "このプルリクエストは古くなったため自動クローズしました。"
done
env:
Expand Down

0 comments on commit 61c953a

Please sign in to comment.