Skip to content

Merge branch 'main' into grl #2

Merge branch 'main' into grl

Merge branch 'main' into grl #2

Workflow file for this run

#
# Create an issue to remind me to review/update my CV.
#
name: Review reminder
on:
schedule:
# 10 am on the first day of every month
- cron: '0 10 1 * *'
jobs:
remind:
runs-on: ubuntu-latest
steps:
- name: Get current date
id: date
run: echo "date=$(date +'%Y/%m')" >> $GITHUB_OUTPUT
- uses: nashmaniac/[email protected]
name: Create an reminder
with:

Check failure on line 20 in .github/workflows/remind.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/remind.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
title: [Reminder] Review the CV for ${{ steps.date.outputs.date }}
token: ${{secrets.GITHUB_TOKEN}}
body: |
Any activity in the last month?
It's time to review my activities in the last month and update the CV.