Skip to content

Commit 96c05e0

Browse files
jetbrains-junie[bot]zoobestik
authored andcommitted
feat(junie): added .junie workflow
1 parent 2ecbe9b commit 96c05e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/junie.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Junie
2+
run-name: Junie run ${{ inputs.run_id }}
23

34
permissions:
45
contents: write
@@ -8,12 +9,15 @@ permissions:
89
on:
910
workflow_dispatch:
1011
inputs:
12+
run_id:
13+
description: "id of workflow process"
14+
required: true
1115
workflow_params:
1216
description: "stringified params"
1317
required: true
1418

1519
jobs:
1620
call-workflow-passing-data:
17-
uses: JetBrains/junie-workflows/.github/workflows/ej-issue.yml@main
21+
uses: jetbrains-junie/junie-workflows/.github/workflows/ej-issue.yml@main
1822
with:
1923
workflow_params: ${{ inputs.workflow_params }}

0 commit comments

Comments
 (0)