Skip to content

Update README

Update README #179

Workflow file for this run

name: Update README
on:
repository_dispatch:
types: [build-event]
schedule:
- cron: "0 0 * * *"
jobs:
update-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update README
uses: vnoctem/productive-box-in-readme@main
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
TIMEZONE: America/Montreal
OWNER_REPO: vnoctem
PATH: README.md