We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a09d39 commit 1a8ee5cCopy full SHA for 1a8ee5c
.github/workflows/junie.yml
@@ -0,0 +1,19 @@
1
+name: Junie
2
+run-name: "Junie run ${{ inputs.run_id }}"
3
+permissions:
4
+ contents: write
5
+"on":
6
+ workflow_dispatch:
7
+ inputs:
8
+ run_id:
9
+ description: id of workflow process
10
+ required: true
11
+ workflow_params:
12
+ description: stringified params
13
14
+jobs:
15
+ call-workflow-passing-data:
16
+ uses: jetbrains-junie/junie-workflows/.github/workflows/ej-issue.yml@main
17
+ with:
18
+ workflow_params: "${{ inputs.workflow_params }}"
19
+ junie_ide: PhpStorm
0 commit comments