Public Access
chore: sync ci-issue-reporter.yml from Template-Generic [skip ci]
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user