1
0
mirror of synced 2026-01-25 09:03:25 -05:00

Merge pull request #27722 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-05-16 12:32:11 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ You will be unable to authenticate using your OAuth2 key and secret while in pri
{% ifversion fpt or ghec %}
Read [more about unauthenticated rate limiting](#increasing-the-unauthenticated-rate-limit-for-oauth-applications).
Read [more about unauthenticated rate limiting](#increasing-the-unauthenticated-rate-limit-for-oauth-apps).
{% endif %}

View File

@@ -1,4 +1,4 @@
Use `jobs.<job_id>.strategy.matrix` to define a matrix of different job configurations. Within your matrix, define one or more variables followed by an array of values. For example, the following matrix has a veriable called `version` with the value `[10, 12, 14]` and a variable called `os` with the value `[ubuntu-latest, windows-latest]`:
Use `jobs.<job_id>.strategy.matrix` to define a matrix of different job configurations. Within your matrix, define one or more variables followed by an array of values. For example, the following matrix has a variable called `version` with the value `[10, 12, 14]` and a variable called `os` with the value `[ubuntu-latest, windows-latest]`:
```yaml
jobs: