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
- Host: GitHub
- URL: https://github.com/stack-spot/workflow-github-action
- Owner: stack-spot
- Created: 2023-12-06T13:00:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T21:22:16.000Z (12 months ago)
- Last Synced: 2025-02-11T22:23:48.707Z (12 months ago)
- Topics: code, maintain, stacks-admin
- Language: Shell
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"}'
```