chore: sync ci-issue-reporter.yml from Template-Generic [skip ci]

This commit is contained in:
2026-06-29 16:50:48 +00:00
parent 590ad7337a
commit 4dfa2d9722
+4 -8
View File
@@ -59,14 +59,10 @@ jobs:
env:
MOKOGITEA_TOKEN: ${{ secrets.MOKOGITEA_TOKEN }}
MOKOGITEA_URL: ${{ vars.GITEA_URL || 'https://git.mokoconsulting.tech' }}
GATE: ${{ inputs.gate }}
DETAILS: ${{ inputs.details }}
SEVERITY: ${{ inputs.severity }}
WORKFLOW: ${{ inputs.workflow }}
run: |
chmod +x /tmp/mokocli/cli/ci_issue_reporter.sh
/tmp/mokocli/cli/ci_issue_reporter.sh \
--gate "$GATE" \
--details "$DETAILS" \
--severity "$SEVERITY" \
--workflow "$WORKFLOW"
--gate "${{ inputs.gate }}" \
--details "${{ inputs.details }}" \
--severity "${{ inputs.severity }}" \
--workflow "${{ inputs.workflow }}"