Skip to content

Commit 1a8ee5c

Browse files
feat(junie): added .junie workflow
1 parent 6a09d39 commit 1a8ee5c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/junie.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
required: true
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

Comments
 (0)