Results 4 comments of Bright Ran

Here has the similar issue: https://github.community/t/caching-fails-when-bootstrapping-a-compiler-but-only-on-macos/140463

Another user has the similar problem: https://github.community/t/labler-action-error-typeerror-glob-pattern-string-required-glob-pattern-string-required/140738 He gets the same error message: ``` ##[error]TypeError: glob pattern string required ##[error]glob pattern string required ```

Hi team, Could anyone take a look at this issue?

From the docs about secrets in GitHub: > Secrets are not passed to the runner when a workflow is triggered from a forked repository. More details, you can reference here:...