Skip to content

Commit

Permalink
installation.md: fix indentation in example YAML (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi authored Dec 19, 2023
1 parent de2f6d3 commit cfffb03
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ on:
schedule:
- cron: '30 5 * * *' # runs every day at 5:30 am

jobs:
bazel-steward:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: VirtusLab/bazel-steward@latest
with:
github-personal-token: 'XXXXXXXXXXXXXXXXXX' # used for triggering workflows, read below
jobs:
bazel-steward:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: VirtusLab/bazel-steward@latest
with:
github-personal-token: 'XXXXXXXXXXXXXXXXXX' # used for triggering workflows, read below
```
Make sure to allow Github Actions to create pull requests and give it write access so that Bazel Steward can push branches. You can find these settings
Expand Down Expand Up @@ -118,4 +118,4 @@ Bazel Steward publishes a fat JAR under GitHub Releases. The same JAR is also us
```
wget https://github.com/VirtusLab/bazel-steward/releases/download/v1.1.0/bazel-steward.jar
java -jar bazel-steward.jar --help
```
```

0 comments on commit cfffb03

Please sign in to comment.