Skip to content

feat: add code embedder workflow for README updates #1

feat: add code embedder workflow for README updates

feat: add code embedder workflow for README updates #1

Workflow file for this run

name: Update README with Config Files
on:
push:
paths:
- '.gitconfig.example'
- '.gitconfig-github'
- '.gitconfig-gitlab'
- '.github/workflows/update-readme.yml'
jobs:
code_embedder:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: kvankova/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}