Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: avoid false-positive $(params.*) detection
Previously, the yaml-lint task (the custom script that checks for $(params.*) usage) would flag false positives such as echo "set params.SOME_PARAM to do X" Make the regex match actual param usage more closely Signed-off-by: Adam Cmiel <[email protected]>
- Loading branch information