mirror of https://github.com/einverne/dotfiles.git
2 changed files with 34 additions and 0 deletions
@ -0,0 +1,12 @@
|
||||
{ |
||||
"name": "Java", |
||||
"image": "mcr.microsoft.com/devcontainers/java:1-21", |
||||
"features": { |
||||
"ghcr.io/devcontainers/features/java:1": { |
||||
"version": "none", |
||||
"installMaven": "true", |
||||
"mavenVersion": "3.8.6", |
||||
"installGradle": "true" |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,22 @@
|
||||
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 }} |
Loading…
Reference in new issue