bito-code-review[bot] commented on PR #44097: URL: https://github.com/apache/superset/pull/44097#issuecomment-5606608186
<!-- Bito Reply --> The suggestion to use `$/` instead of `./` for GitHub's self-repository syntax is correct and follows GitHub Actions best practices for referencing local actions. In the provided diff for `.github/workflows/superset-helm-lint-test.yml`, the change currently uses `./`, which should be updated to `$/` to align with the recommendation. **.github/workflows/superset-helm-lint-test.yml** ``` - uses: $/.github/actions/chart-testing-action ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
