Backport neoforged/NeoForge #1793 to 1.21.1: generate patch #96
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run PR | |
run-name: ${{ inputs.name }} | |
on: | |
workflow_dispatch: | |
inputs: | |
endpoint: | |
required: true | |
type: string | |
description: WebSocket endpoint | |
os: | |
required: true | |
type: string | |
description: The OS to run on | |
name: | |
required: false | |
type: string | |
description: The run name | |
default: Run PR | |
jobs: | |
run: | |
uses: neoforged/practionrunner/.github/workflows/run_pr_delegate.yml@main | |
with: | |
endpoint: ${{ inputs.endpoint }} | |
os: ${{ inputs.os }} |