Junie run 34cd3b07-f142-4685-9367-6bd176e90a2b #4
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 | |
| 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 }} |