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
- Host: GitHub
- URL: https://github.com/bitflight-devops/github-action-typescript-template
- Owner: bitflight-devops
- License: mit
- Created: 2022-04-18T13:08:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T00:31:00.000Z (over 3 years ago)
- Last Synced: 2025-01-30T23:05:12.159Z (over 1 year ago)
- Language: TypeScript
- Size: 117 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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