Junie run 5f16ebde-66ec-499f-b1f8-9c0f67e602a8 #1
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 }} |