Junie run bcdd3377-7d8b-4dc4-8dba-128c933e0a17 #19
This file contains hidden or 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: 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
|
||