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 6a98aa1 commit f92de79Copy full SHA for f92de79
.github/workflows/junie.yml
@@ -0,0 +1,21 @@
1
+name: Junie
2
+run-name: Junie run ${{ inputs.run_id }}
3
+
4
+permissions:
5
+ contents: write
6
7
+on:
8
+ workflow_dispatch:
9
+ inputs:
10
+ run_id:
11
+ description: "id of workflow process"
12
+ required: true
13
+ workflow_params:
14
+ description: "stringified params"
15
16
17
+jobs:
18
+ call-workflow-passing-data:
19
+ uses: jetbrains-junie/junie-workflows/.github/workflows/ej-issue.yml@main
20
+ with:
21
+ workflow_params: ${{ inputs.workflow_params }}
0 commit comments