Skip to content

Update README.md

Update README.md #7

Workflow file for this run

name: Update README with Config Files
on:
push:
paths:
- '.gitconfig'
- '.gitconfig-github'
- '.gitconfig-gitlab'
- 'README.md'
- '.github/workflows/code-embedder.yml'
jobs:
code-embedder:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: kvankova/code-embedder@v1.1.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}