Skip to content

Distribute PushOk (manual) #15

Distribute PushOk (manual)

Distribute PushOk (manual) #15

name: Distribute PushOk (manual)
on:
workflow_dispatch:
inputs:
app_ref:
description: "GitLab App branch (Optional)"
required: false
default: ""
jobs:
call-reusable:
uses: ./.github/workflows/distribute-reusable.yml
with:
branch: ${{ github.ref_name }} # SDK branch = current branch GitHub
app_ref: ${{ inputs.app_ref }} # optional override for GitLab ref
secrets: inherit