Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Aug 31, 2022
1 parent 2de2018 commit c472003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pip-list/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:

- name: pip list
run:
if [ "${{ inputs.unfold }}" == "true" ]; then
if [ "${{ inputs.unfold }}" = "true" ]; then
echo '<details open>' >> $GITHUB_STEP_SUMMARY
else
echo '<details>' >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit c472003

Please sign in to comment.