Skip to content

Commit

Permalink
Update the remind workflow to remind at the end of a month
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Oct 2, 2024
1 parent 40ef121 commit 5e74d81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/remind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: Review reminder
on:
schedule:
# 10 am on the first day of every month
- cron: '0 10 1 * *'
# 10 am on the 28th day of every month
- cron: '0 10 28 * *'

jobs:
remind:
Expand All @@ -24,8 +24,8 @@ jobs:
run: |
title="Review the CV for ${{ steps.date.outputs.date }}"
read -d "#" body <<- EOF
Any activity in the last month?
It's time to review my activities in the last month and update the CV.
Any activity in this month?
It's time to review my activities in this month and update the CV.
#
EOF
echo $body
Expand Down

0 comments on commit 5e74d81

Please sign in to comment.