Skip to content
book

GitHub Action

Trasform GitHub lab to Github skills format

v4.2 Latest version

Trasform GitHub lab to Github skills format

book

Trasform GitHub lab to Github skills format

Take a config.yml, parse it into a README.md

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Trasform GitHub lab to Github skills format

uses: wix-academy/[email protected]

Learn more about this action in wix-academy/github-lab-config-to-github-skills-readme-action

Choose a version

Migrate from GitHub Lab config.yml to GitHub Skill README

Use this action to continue maintaining or one time migrate your GitHub Lab config.yml (+ course-details.md) into one organized README.md file sturctured by GitHub skills

How to use

Add to your GitHub actions workflow steps or create a new one you can follow our template

      - name: Generate README
        uses: wix-academy/[email protected]
        with:
          config-file: 'config.yml'
          course-details-file: 'course-details.md'
          readme-file: 'README.md'
          
      - uses: stefanzweifel/[email protected]
        with:
          commit_message: "generate README.md from config.yml + course-details.md"