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 0f1934b commit 2e15a34Copy full SHA for 2e15a34
.github/workflows/junie.yml
@@ -0,0 +1,19 @@
1
+name: Junie
2
+
3
+permissions:
4
+ contents: write
5
+ pull-requests: write
6
+ packages: read
7
8
+on:
9
+ workflow_dispatch:
10
+ inputs:
11
+ workflow_params:
12
+ description: "stringified params"
13
+ required: true
14
15
+jobs:
16
+ call-workflow-passing-data:
17
+ uses: JetBrains/junie-workflows/.github/workflows/ej-issue.yml@main
18
+ with:
19
+ workflow_params: ${{ inputs.workflow_params }}
0 commit comments