Skip to content

Commit 30c9f48

Browse files
authored
Update action.yml
1 parent 8812fab commit 30c9f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
if [ -n "$inputs" ] && [ "$inputs" != "null" ]; then
3535
echo "$inputs" | jq -r 'to_entries[] | "\(.key): \(.value)"'
3636
if [ "$ADD_TO_SUMMARY" = "true" ]; then
37-
echo -e "\n<details>\n<summary>Workflow Dispatch Inputs</summary>\n\n\`\`\`" >> $GITHUB_STEP_SUMMARY
37+
echo -e "\n<details>\n<summary>Inputs</summary>\n\n\`\`\`" >> $GITHUB_STEP_SUMMARY
3838
echo "$inputs" | jq -r 'to_entries[] | "\(.key): \(.value)"' >> $GITHUB_STEP_SUMMARY
3939
echo -e "\n\`\`\`\n</details>" >> $GITHUB_STEP_SUMMARY
4040
fi

0 commit comments

Comments
 (0)