We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8812fab commit 30c9f48Copy full SHA for 30c9f48
action.yml
@@ -34,7 +34,7 @@ runs:
34
if [ -n "$inputs" ] && [ "$inputs" != "null" ]; then
35
echo "$inputs" | jq -r 'to_entries[] | "\(.key): \(.value)"'
36
if [ "$ADD_TO_SUMMARY" = "true" ]; then
37
- echo -e "\n<details>\n<summary>Workflow Dispatch Inputs</summary>\n\n\`\`\`" >> $GITHUB_STEP_SUMMARY
+ echo -e "\n<details>\n<summary>Inputs</summary>\n\n\`\`\`" >> $GITHUB_STEP_SUMMARY
38
echo "$inputs" | jq -r 'to_entries[] | "\(.key): \(.value)"' >> $GITHUB_STEP_SUMMARY
39
echo -e "\n\`\`\`\n</details>" >> $GITHUB_STEP_SUMMARY
40
fi
0 commit comments