We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69cf753 commit db70f68Copy full SHA for db70f68
1 file changed
.github/workflows/icon-prompts.yml
@@ -71,9 +71,8 @@ jobs:
71
comment += item.ai_prompt;
72
comment += '\n```\n\n';
73
comment += '#### Post-Processing Instructions\n\n';
74
- comment += '```\n';
75
comment += item.post_processing;
76
- comment += '\n```\n\n';
+ comment += '\n\n';
77
comment += '---\n\n';
78
}
79
0 commit comments