Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shayki5 authored Jul 25, 2024
1 parent dcf6df8 commit be0b095
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 @@ -36,7 +36,7 @@ runs:
if [ "$ADD_TO_SUMMARY" = "true" ]; then
echo -e "\n<details>\n<summary>Inputs</summary>\n\n\`\`\`" >> $GITHUB_STEP_SUMMARY
echo "$inputs" | jq -r 'to_entries[] | "\(.key): \(.value)"' >> $GITHUB_STEP_SUMMARY
echo -e "\n\`\`\`\n</details>" >> $GITHUB_STEP_SUMMARY
echo -e "\`\`\`\n</details>" >> $GITHUB_STEP_SUMMARY
fi
else
echo "No workflow_dispatch inputs found in the event payload."
Expand Down

0 comments on commit be0b095

Please sign in to comment.