-
[OPIK-6580] [BE] [CI] fix: clear actionlint events and expression findings (#6747)
发布于
2026-05-18 13:16:44 +00:00 Removes 10 dead
default:values onworkflow_callinputs that are
also markedrequired: true(actionlint [events]) across 7 workflows,
and resolves the two remaining [expression] findings:- quickstart_guide_snippets_test.yml: declare ALLURE_JOB_RUN_ID as a
workflow_dispatch input sogithub.event.inputs.ALLURE_JOB_RUN_ID
is defined. - release-wrapper-release-n-deploy.yml: drop the debug
echo "url: ${{ inputs }}"
that triggered whole-object eval (next line already echoes
toJSON(inputs)).
Parent: OPIK-6323. First of 5 subtasks; no SC2086 quoting work here.
Co-authored-by: Claude Opus 4.7 (1M context) noreply@anthropic.com
下载附件
- quickstart_guide_snippets_test.yml: declare ALLURE_JOB_RUN_ID as a