1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
name: Manually build godot 2d on: workflow_dispatch: inputs: ref: type: string description: which ref to build required: true jobs: manual-build: name: Build ${{ inputs.ref }} uses: bend-n/godot-2d-builds/.github/workflows/reusable-build.yml@main with: ref: ${{ inputs.ref }} secrets: inherit