Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 1.99 KB

README.md

File metadata and controls

67 lines (52 loc) · 1.99 KB

GitHub Action Test

Description

GitHub Action that executes unit tests present anywhere within a golang based GitHub repository and reports results including coverage metrics

Description

GitHub Action that executes unit tests present anywhere within a golang based GitHub repository and reports results including coverage metrics

Inputs

name description required default
checkout-repo

Perform checkout as first step of action

false true
github-token

GitHub token that can checkout the consumer repository. e.g. 'secrets.GITHUB_TOKEN'

true ""

Inputs

| --- | --- | --- | --- | | checkout-repo | Perform checkout as first step of action | false | true | | github-token | GitHub token that can checkout the consumer repository. e.g. 'secrets.GITHUB_TOKEN' | true | |

Runs

This action is a composite action.

Runs

This action is a composite action.

Usage

- uses: @
  with:
    checkout-repo:
    # Perform checkout as first step of action
    #
    # Required: false
    # Default: true

    github-token:
    # GitHub token that can checkout the consumer repository. e.g. 'secrets.GITHUB_TOKEN'
    #
    # Required: true
    # Default: ""