OliverVea / embed-md

A GitHub action to simplify the process of embedding code into markdown files during CI/CD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embed Md

Embed code directly into your markdown files with ease.

Usage

# examples/example.yml

name: "Example"

on: [release]

jobs:
  embed-example:
    runs-on: ubuntu-latest
    steps:
      - name: "Checkout current repo"
        uses: actions/checkout@v3
      - name: "Run entrypoint script."
        uses: urmzd/embed-md@v1.0.0
        id: "embed-code"
        with:
          markdown-files: "README.md"
          commit-message: "chore: embed example using self"

Credits

Here are some of the open-source tools which make this project possible:

About

A GitHub action to simplify the process of embedding code into markdown files during CI/CD.


Languages

Language:Shell 51.5%Language:Dockerfile 48.5%