We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf3a2e6 + 563c834 commit 626838fCopy full SHA for 626838f
action.yml
@@ -198,9 +198,12 @@ runs:
198
CHANGED_FILES="${{ steps.check-update.outputs.changed_files }}"
199
BULLET_LIST=""
200
for file in $CHANGED_FILES; do
201
- BULLET_LIST="$BULLET_LIST- $file\n"
+ BULLET_LIST="$BULLET_LIST
202
+ - $file"
203
done
- BODY="Files changed in update:\n$BULLET_LIST"
204
+ BODY="Files changed in update:
205
+
206
+ $BULLET_LIST"
207
208
# Check if label exists, create it if it doesn't
209
if ! gh api repos/${{ github.repository }}/labels/auto-update-lean --silent 2>/dev/null; then
0 commit comments