GNuComment: clear comment log before appending the messages

This commit is contained in:
Terts Diepraam 2022-10-09 23:03:12 +02:00
parent 8c504edfca
commit 7febaf8b68

View file

@ -194,6 +194,10 @@ jobs:
mkdir -p ${COMMENT_DIR}
echo ${{ github.event.number }} > ${COMMENT_DIR}/NR
COMMENT_LOG="${COMMENT_DIR}/result.txt"
# The comment log might be downloaded from a previous run
# We only want the new changes, so remove it if it exists.
rm -f ${COMMENT_LOG}
touch ${COMMENT_LOG}
if test -f "${REF_LOG_FILE}"; then