Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 067e44d

Browse files
author
Tyler Satre
authored
docs: markdown docs example multi-runner (#3695)
There was an extra backtick so code wasn't being displayed properly.
1 parent ccd8015 commit 067e44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/multi-runner/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This module shows how to create GitHub action runners with multiple runner configuration together in one deployment. This example has the configurations for the following runner types with the relevant labels supported by them as matchers:
44

55
- Linux ARM64 `["self-hosted", "linux", "arm64", "amazon"]`
6-
- Linux Ubuntu `["self-hosted", "linux", "x64", "ubuntu-latest"]` or `["self-hosted", "linux", "x64", "ubuntu-2204"]``
6+
- Linux Ubuntu `["self-hosted", "linux", "x64", "ubuntu-latest"]` or `["self-hosted", "linux", "x64", "ubuntu-2204"]`
77
- Linux X64 `["self-hosted", "linux", "x64", "amazon"]`
88
- Windows X64 `["self-hosted", "windows", "x64", "servercore-2022"]`
99

0 commit comments

Comments
 (0)