Skip to content

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

License

Notifications You must be signed in to change notification settings

threeal/composite-action-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.