Fix misspelled brand names (#30827)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -574,7 +574,7 @@ When you set the `containerMode` in the `values.yaml` file for the [`gha-runner-
|
|||||||
|
|
||||||
Depending on which value you set for the `containerMode`, a configuration will automatically be injected into the `template` section of the `values.yaml` file for the `gha-runner-scale-set` helm chart.
|
Depending on which value you set for the `containerMode`, a configuration will automatically be injected into the `template` section of the `values.yaml` file for the `gha-runner-scale-set` helm chart.
|
||||||
- See the [`dind` configuration](https://github.com/actions/actions-runner-controller/blob/5347e2c2c80fbc45be7390eab117e861d30776d1/charts/gha-runner-scale-set/values.yaml#L110).
|
- See the [`dind` configuration](https://github.com/actions/actions-runner-controller/blob/5347e2c2c80fbc45be7390eab117e861d30776d1/charts/gha-runner-scale-set/values.yaml#L110).
|
||||||
- See the [`kuberbetes` configuration](https://github.com/actions/actions-runner-controller/blob/5347e2c2c80fbc45be7390eab117e861d30776d1/charts/gha-runner-scale-set/values.yaml#L160).
|
- See the [`kubernetes` configuration](https://github.com/actions/actions-runner-controller/blob/5347e2c2c80fbc45be7390eab117e861d30776d1/charts/gha-runner-scale-set/values.yaml#L160).
|
||||||
|
|
||||||
To customize the spec, comment out or remove `containerMode`, and append the configuration you want in the `template` section.
|
To customize the spec, comment out or remove `containerMode`, and append the configuration you want in the `template` section.
|
||||||
|
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ On Linux and macOS, the `autobuild` step reviews the files present in the reposi
|
|||||||
1. If none are found, search subdirectories for a unique directory with a build system for C/C++.
|
1. If none are found, search subdirectories for a unique directory with a build system for C/C++.
|
||||||
1. Run an appropriate command to configure the system.
|
1. Run an appropriate command to configure the system.
|
||||||
|
|
||||||
For self-hosted runners, you will likely need to install the `gcc` compiler, and specific projects may also require access to `clang` or `mscv` executables. You will also need to install the build system (for example `msbuild`, `make`, `cmake`, `bazel`) and utilities (such as `python`, `perl`, `lex`, and `yacc`) that your projects depend on.
|
For self-hosted runners, you will likely need to install the `gcc` compiler, and specific projects may also require access to `clang` or `msvc` executables. You will also need to install the build system (for example `msbuild`, `make`, `cmake`, `bazel`) and utilities (such as `python`, `perl`, `lex`, and `yacc`) that your projects depend on.
|
||||||
|
|
||||||
### `autobuild` for C#
|
### `autobuild` for C#
|
||||||
|
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ We support these files:
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
- Log files (_.log_)
|
- Log files (_.log_)
|
||||||
- Markdown files (_.md_)
|
- Markdown files (_.md_)
|
||||||
- Microsoft Word (_.docx_), Powerpoint (_.pptx_), and Excel (_.xlsx_) documents
|
- Microsoft Word (_.docx_), PowerPoint (_.pptx_), and Excel (_.xlsx_) documents
|
||||||
- Text files (_.txt_)
|
- Text files (_.txt_)
|
||||||
- PDFs (_.pdf_)
|
- PDFs (_.pdf_)
|
||||||
- ZIP (_.zip_, _.gz_, _.tgz_){% ifversion fpt or ghec or ghes %}
|
- ZIP (_.zip_, _.gz_, _.tgz_){% ifversion fpt or ghec or ghes %}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
The content in the `contributing` directory has been deprecated. See "[Working on a GitHub Docs in a codepsace](https://docs.github.com/en/contributing/setting-up-your-environment-to-work-on-github-docs/working-on-github-docs-in-a-codespace)" in the GitHub Docs for the maintained version of this article.
|
The content in the `contributing` directory has been deprecated. See "[Working on a GitHub Docs in a codespace](https://docs.github.com/en/contributing/setting-up-your-environment-to-work-on-github-docs/working-on-github-docs-in-a-codespace)" in the GitHub Docs for the maintained version of this article.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Reference: #9014.
|
# Reference: #9014.
|
||||||
# Versioning for enterprise/organization/repository policy settings for workflow permissions granted to GTIHUB_TOKEN to be readonly by default and not allow GitHub Actions to create or approve pull requests.
|
# Versioning for enterprise/organization/repository policy settings for workflow permissions granted to GITHUB_TOKEN to be readonly by default and not allow GitHub Actions to create or approve pull requests.
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghec: '*'
|
ghec: '*'
|
||||||
|
|||||||
Reference in New Issue
Block a user