mirror of https://github.com/einverne/dotfiles.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
495 B
22 lines
495 B
name: Junie |
|
run-name: Junie run ${{ inputs.run_id }} |
|
|
|
permissions: |
|
contents: write |
|
pull-requests: write |
|
|
|
on: |
|
workflow_dispatch: |
|
inputs: |
|
run_id: |
|
description: "id of workflow process" |
|
required: true |
|
workflow_params: |
|
description: "stringified params" |
|
required: true |
|
|
|
jobs: |
|
call-workflow-passing-data: |
|
uses: jetbrains-junie/junie-workflows/.github/workflows/ej-issue.yml@main |
|
with: |
|
workflow_params: ${{ inputs.workflow_params }}
|
|
|