bito-code-review[bot] commented on PR #43975:
URL: https://github.com/apache/superset/pull/43975#issuecomment-5577562468
<!-- Bito Reply -->
Yes, you can revert the `cached-dependencies` references to use
workspace-relative paths (`./.github/actions/cached-dependencies`) while
keeping the `$/` syntax for the two in-tree actions (`change-detector` and
`setup-backend`). This approach allows the workflow to correctly resolve the
actions located in the main repository tree, even when submodules are present,
by distinguishing between the workspace root and the repository root.
**.github/workflows/superset-python-presto-hive.yml**
```
- uses: ./.github/actions/cached-dependencies
with:
run: setup-postgres
```
--
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]