You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/github-installation.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,9 @@ Follow these steps to ensure gitStream runs on self-hosted GitHub Actions runner
129
129
1.**Configure Self-Hosted Runners**
130
130
- Set up self-hosted runners for your GitHub organization or repository. Refer to GitHub documentation on [self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners) and [using them in a workflow](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow) for detailed instructions.
131
131
132
-
2.**Install Git on Self-Hosted Runners**
133
-
- Ensure Git is installed on your self-hosted runners. Git is a necessary dependency for gitStream. Installation instructions can be found [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
132
+
2.**Prerequisites for Self-Hosted Runners**
133
+
- Git: Installation instructions can be found [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
134
+
- Python 3.x
134
135
135
136
3.**Update GitHub Actions Configuration**
136
137
- Modify the gitStream GitHub Actions workflow file (`.github/workflows/gitstream.yml`) to specify self-hosted runners:
0 commit comments