Skip to content

Commit

Permalink
Merge pull request #528 from linear-b/improve-self-hosted-Prerequisites
Browse files Browse the repository at this point in the history
added python 3
  • Loading branch information
vim-zz authored Jun 6, 2024
2 parents e1e283e + 6e7fd99 commit ab91f7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/github-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ Follow these steps to ensure gitStream runs on self-hosted GitHub Actions runner
1. **Configure Self-Hosted Runners**
- 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.

2. **Install Git on Self-Hosted Runners**
- 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).
2. **Prerequisites for Self-Hosted Runners**
- Git: Installation instructions can be found [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
- Python 3.x
- black 24.4.2

3. **Update GitHub Actions Configuration**
- Modify the gitStream GitHub Actions workflow file (`.github/workflows/gitstream.yml`) to specify self-hosted runners:
Expand Down

0 comments on commit ab91f7f

Please sign in to comment.