Skip to content

wix-academy/github-lab-config-to-github-skills-readme-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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"

About

Transform a GitHub Lab path config.yml file into GitHub Skills Readme format

Resources

License

Stars

Watchers

Forks

Packages

No packages published