Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trustlayer/shortcut-html-report

Simple tool for automatically create a report from shortcut
https://github.com/trustlayer/shortcut-html-report

actions github-actions

Last synced: 4 days ago
JSON representation

Simple tool for automatically create a report from shortcut

Awesome Lists containing this project

README

        

# Shortcut Iteration Report Action

This action gives you an HTML with all the issues in "Deployed to production" state showed in a simple way + links

## Inputs

### `iterationId`

**Required** String for the name of the iteration (can be only a part of it)
example:

```sh
"My awesome iteration v1.2.3"
^---^ This works
___________________|
input: 1.2.3
```
### `worflowStateId`

**Required** The id of the workflow you want to get the data

## Outputs

### `reportPath`

Html Report path

## Example usage

```yml
uses: actions/[email protected]
with:
iterationId: '1.2.34'
worflowStateId: '5050594904'
env:
SC_TOKEN: ${{ secrets.SC_TOKEN }}
```