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

https://github.com/stack-spot/workflow-github-action

Repositório da Github Action para execução do Workflow da StackSpot para criação de App/Infra/API
https://github.com/stack-spot/workflow-github-action

code maintain stacks-admin

Last synced: 10 months ago
JSON representation

Repositório da Github Action para execução do Workflow da StackSpot para criação de App/Infra/API

Awesome Lists containing this project

README

          

# StackSpot Workflow Action

This action execute StackSpot Workflow

## Example usage

```yaml
- name: Stack Spot Workflow
uses: ./
with:
execution-id: "${{ github.event.inputs.execution-id }}"
client-id: "${{ secrets.CLIENT_ID }}"
client-secret: "${{ secrets.CLIENT_SECRET }}"
realm: "${{ vars.REALM }}"
debug: "${{ github.event.inputs.debug }}"
repository-url: "${{ github.event.inputs.repository-url }}"
origin-branch: develop
feature-branch: my-custom-feature-branch-${{ env.TIMESTAMP }}
extra-inputs: '{"teste": "teste"}'
```