Skip to content

Commit a7cefd5

Browse files
authored
Troubleshoot file not found
1 parent 8240140 commit a7cefd5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/troubleshooting.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,11 @@ jobs:
111111
gitStream check run can fail from different reasons, and these are shown in the check result.
112112

113113
#### Missing workflow file
114+
![Check failure](screenshots/file_not_found_error.png)
114115

115-
When it says `gitStream.cm Skipped — gitStream workflow file not found`, it means that the GitHub action was not found, check again that you have this file in your repository root: `.github/workflows/gitstream.yml`, see instructions on [GitHub installation](/github-installation).
116+
When it says `gitStream.cm Skipped — gitStream workflow file not found`, it means that:
117+
- The GitHub action was not found, check again that you have this file in your repository root: `.github/workflows/gitstream.yml`, see instructions on [GitHub installation](/github-installation)
118+
- If gitStream is enabled on specific repos, then the `cm` repo may not be in that list. See instructions above: [enable gitStream for your cm repo](#using-org-level-did-you-enable-gitstream-for-your-cm-repo)
116119

117120
#### Syntax error in the cm files
118121

0 commit comments

Comments
 (0)