An open API service indexing awesome lists of open source software.

https://github.com/bitflight-devops/github-action-typescript-template

GitHub Action Typescript Template for running on Node16
https://github.com/bitflight-devops/github-action-typescript-template

Last synced: about 1 year ago
JSON representation

GitHub Action Typescript Template for running on Node16

Awesome Lists containing this project

README

          

# 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

```yaml
- 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