Skip to content

Update README

Update README #123

Workflow file for this run

name: Update README
on:
push:
branches:
- docs
paths:
- .github/templates/**
workflow_dispatch:
jobs:
update:
uses: codeshelldev/gh-actions/.github/workflows/readme-update.yml@main
name: Update
with:
output-branch: main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}