Skip to content

Commit

Permalink
Update answer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
konjoinfinity authored Oct 17, 2023
1 parent 237fdb3 commit d3e25ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/answer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
mark-comment-answer:
name: Mark a discussion comment as the answer
if: github.discussion.category.is_answerable == true
if: ${{ toJSON(github.event.discussion.category.is_answerable) == true }}
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
Expand Down

0 comments on commit d3e25ef

Please sign in to comment.