name: POC GitOps Dispatch run-name: "POC (${{ inputs.dispatch_id }})" on: push: branches: - feature/gitops workflow_dispatch: inputs: dispatch_id: required: true type: string type: required: true type: string jobs: echo: runs-on: ubuntu-latest steps: - run: echo "POC dispatch_id=${{ inputs.dispatch_id }} type=${{ inputs.type }}"