Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.3 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.3 KB

Composite Action Starter

A minimalistic GitHub repository template to kickstart your GitHub composite action project.

Key Features

  • Includes a sample metadata file for a GitHub composite action.
  • Provides a sample workflow file for testing the action.
  • Supports dependency updates with Dependabot.

Usage

For detailed instructions on how to use this template, please refer to the wiki.

  • Create a new repository from this template.
  • Make the following changes to the new repository:
    • Replace the LICENSE file.
    • Update the content of the README file.
    • Define the action information and logic in the action.yml file.
    • Write tests for the action in the test workflow file.
  • Finalize the action and cut the first release.