Skip to content
Alfi Maulana edited this page Mar 21, 2024 · 4 revisions

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

  • 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.
Clone this wiki locally