Skip to content

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

Notifications You must be signed in to change notification settings

stack-spot/workflow-github-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackSpot Workflow Action

This action execute StackSpot Workflow

Example usage

  - 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"}'

About

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

Topics

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages