Skip to content

Update README

Update README #168

Workflow file for this run

name: Update README
on:
release:
types: [published]
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 }}