Skip to content

Update README.md

Update README.md #6

Workflow file for this run

name: Half-year calendar
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
push:
branches:
- main
jobs:
generate:
permissions:
contents: write
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v3
# Generate half-year calendar
- name: Generate half-year calendar
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.isocalendar.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_isocalendar: yes