Skip to content

Junie run bcdd3377-7d8b-4dc4-8dba-128c933e0a17 #19

Junie run bcdd3377-7d8b-4dc4-8dba-128c933e0a17

Junie run bcdd3377-7d8b-4dc4-8dba-128c933e0a17 #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 }}
fix_conflicts: false
skip_workflow_file_validation: false

Check failure on line 24 in .github/workflows/junie.yml

View workflow run for this annotation

GitHub Actions / Junie

Invalid workflow file

The workflow is not valid. .github/workflows/junie.yml (Line: 24, Col: 38): Invalid input, skip_workflow_file_validation is not defined in the referenced workflow.