Change wording

This commit is contained in:
Berry de Vos 2024-01-26 06:43:27 +01:00 committed by Berry de Vos
parent 4560bfd3bd
commit 11f425cb9e

View file

@ -36,9 +36,9 @@ jobs:
run: | run: |
if [ -f dist/email.html ]; then if [ -f dist/email.html ]; then
echo "files_exists=true" >> $GITHUB_OUTPUT echo "files_exists=true" >> $GITHUB_OUTPUT
echo "### New update email created :inbox_tray:" >> $GITHUB_STEP_SUMMARY echo "### New update email :inbox_tray:" >> $GITHUB_STEP_SUMMARY
else else
echo "### No new updates :zzz:" >> $GITHUB_STEP_SUMMARY echo "### No updates since last run :zzz:" >> $GITHUB_STEP_SUMMARY
fi fi
- name: Send email - name: Send email