[READ-ONLY] Mirror of https://github.com/thoda-dev/DU-Mining-Units-Monitoring. A mining units monitoring script jericho.dev
dual-universe dualuniverse lua mining mining-pool mining-units
0

Configure Feed

Select the types of activity you want to include in your feed.

feat(junie): added .junie workflow

authored by

jetbrains-junie[bot] and committed by
GitHub
(Jun 2, 2025, 1:08 PM UTC) 5c619cf1 55be1d9c

+22
+22
.github/workflows/junie.yml
··· 1 + name: Junie 2 + run-name: Junie run ${{ inputs.run_id }} 3 + 4 + permissions: 5 + contents: write 6 + pull-requests: write 7 + 8 + on: 9 + workflow_dispatch: 10 + inputs: 11 + run_id: 12 + description: "id of workflow process" 13 + required: true 14 + workflow_params: 15 + description: "stringified params" 16 + required: true 17 + 18 + jobs: 19 + call-workflow-passing-data: 20 + uses: jetbrains-junie/junie-workflows/.github/workflows/ej-issue.yml@main 21 + with: 22 + workflow_params: ${{ inputs.workflow_params }}