Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 3, 2024
1 parent 1253eb3 commit 18f5618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runbooks/source/add-a-new-runbook.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can also use this to use the title as the heading
# <%= current_page.data.title %>
```

#### 6. Push your feature branch and raise a PR
#### 6. Push your feature branch and raise a PR
#### 7. Merge your PR and delete your feature branch

A GitHub action will compile and deploy a new version of the runbooks guide, with your changes.
Expand Down
2 changes: 1 addition & 1 deletion runbooks/source/working-with-tflock.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Due to the architecture difference between our mac m* chips and the pipeline, ev
Because the team is mainly on mac m* chips, we are generally running a different architecture (arm64) to the terraform that will run in the pipeline (amd64). Therefore if you want to commit a compatible lock file, you must run the following before adding it to git:

```
terraform providers lock -platform=linux_amd64
terraform providers lock -platform=linux_amd64
```

#### Further reading
Expand Down

0 comments on commit 18f5618

Please sign in to comment.