Skip to content

Junie run dd7eb8a0-5504-48e8-80b5-392b4500389a #19

Junie run dd7eb8a0-5504-48e8-80b5-392b4500389a

Junie run dd7eb8a0-5504-48e8-80b5-392b4500389a #19

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 }}