Skip to content

Commit

Permalink
Update close-issues-when-done.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanstrominger authored Jan 13, 2024
1 parent e749c5b commit a51b45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-issues-when-done.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Check if in "done" column
id: check-done-column
run: echo "::set-output name=isDone::${{ contains(github.event.project_card.column_name, 'done') }}"
run: echo "::set-output name=isDone::${{ contains(github.event.project_card.column_name, 'Done') }}"

- name: Close Issue
if: steps.check-done-column.outputs.isDone == 'true'
Expand Down

0 comments on commit a51b45b

Please sign in to comment.