Skip to content

Trasform GitHub lab to Github skills format

Actions
Take a config.yml, parse it into a README.md
v4.2
Latest
Star (3)

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"

Trasform GitHub lab to Github skills format is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Take a config.yml, parse it into a README.md
v4.2
Latest

Trasform GitHub lab to Github skills format is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.