Skip to content

Junie run 0d75d2a7-df3d-4762-a075-e5dc7c421ad9 #31

Junie run 0d75d2a7-df3d-4762-a075-e5dc7c421ad9

Junie run 0d75d2a7-df3d-4762-a075-e5dc7c421ad9 #31

Workflow file for this run

name: Junie
run-name: Junie run ${{ inputs.run_id }}
permissions:
contents: write
pull-requests: write
on:
workflow_dispatch:
inputs:
run_id:
description: "id of workflow process"
required: true
workflow_params:
description: "stringified params"
required: true
jobs:
call-workflow-passing-data:
uses: jetbrains-junie/junie-workflows/.github/workflows/ej-issue.yml@main
with:
workflow_params: ${{ inputs.workflow_params }}