Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trustlayer/shortcut-html-report
- Owner: trustlayer
- Created: 2022-04-21T16:23:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T10:06:04.000Z (over 1 year ago)
- Last Synced: 2024-10-29T17:23:51.457Z (19 days ago)
- Topics: actions, github-actions
- Language: Handlebars
- Homepage:
- Size: 255 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 }}
```