Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 923 Bytes

File metadata and controls

21 lines (16 loc) · 923 Bytes

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"