Skip to content

Commit 7d01964

Browse files
committed
GChat message debug
1 parent 3fe6b23 commit 7d01964

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/gh-hosted-eclipse-distro-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ jobs:
367367
echo "<li><a href=${download_url}>${filename}</a></li>" >> $downloads_html
368368
fi
369369
done
370-
cat ./$downloads_html
371370
distro_links=`cat ./$downloads_html`
372371
rm -f ./$downloads_html
373372

.github/workflows/test-eclipse-distro-gchat-notification.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
echo "<li><a href=${download_url}>${filename}</a></li>" >> $downloads_html
6262
fi
6363
done
64+
cat ./$downloads_html
6465
distro_links=`cat ./$downloads_html`
6566
rm -f ./$downloads_html
6667

0 commit comments

Comments
 (0)