Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 595 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 595 Bytes

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