Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.39 KB

File metadata and controls

43 lines (25 loc) · 1.39 KB

GitHub Action: some actions

This action will find the issue keys in the GitHub event and return them as a comma separated list

Action Usage

- uses: bitflight-devops/github-action-some-action@v1.0.11
  with:
    # The github token used for authenticating to GitHub
    token: ''

GitHub Action Inputs

Input Description Default Required
token The github token used for authenticating to GitHub true

GitHub Action Outputs