Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 1.54 KB

File metadata and controls

43 lines (27 loc) · 1.54 KB

composite-action-template

Template repository for creating GitHub composite actions. This text should be replaced with a short description of what the composite action does.

Template instructions

Don't manually create new repos from this template! Use Terraform instead.

Creating the templated repo

The preferred way to create a new repository is to add it to the Terraform configuration in the ops-github repo. This will ensure that when the repo is created, it has the correct settings, permissions, branch protections, etc.

Customizing the template

This template should work out of the box. Start by following the setup instructions below.

Some things you will want probably want to change:

  1. This README.md file :)
  2. Any stale content in CHANGELOG.md
  3. .github/dependabot.yml to add the paths to any directories that need to be monitored
  4. Customize the github actions status badge below

Overview

Add a more in-depth overview of the new module here.

Customize the image/link below for the GHA workflow status.

CI

Usage

To utilize this composite action, use the following workflow syntax:

- name: Composite action
  uses: hgdata/composite-action-template@v1.0.0

Note that there must be a tag/branch reference.