Skip to content

Commit

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

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

0 comments on commit 118e5c1

Please sign in to comment.