You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .husky/post-checkout
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,5 @@ then
7
7
printf>&2"\nGitHub Docs requires Git LFS but using the 'git-lfs' on your path failed.\n"
8
8
fi
9
9
else
10
-
printf>&2"\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://git.io/JBCId>.\n"
10
+
printf>&2"\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://docs.github.com/en/github/managing-large-files/versioning-large-files/installing-git-large-file-storage>.\n"
Copy file name to clipboardexpand all lines: .husky/post-commit
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,5 @@ then
7
7
printf>&2"\nGitHub Docs requires Git LFS but using the 'git-lfs' on your path failed.\n"
8
8
fi
9
9
else
10
-
printf>&2"\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://git.io/JBCId>.\n"
10
+
printf>&2"\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://docs.github.com/en/github/managing-large-files/versioning-large-files/installing-git-large-file-storage>.\n"
Copy file name to clipboardexpand all lines: .husky/post-merge
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,5 @@ then
7
7
printf>&2"\nGitHub Docs requires Git LFS but using the 'git-lfs' on your path failed.\n"
8
8
fi
9
9
else
10
-
printf>&2"\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://git.io/JBCId>.\n"
10
+
printf>&2"\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://docs.github.com/en/github/managing-large-files/versioning-large-files/installing-git-large-file-storage>.\n"
Copy file name to clipboardexpand all lines: .husky/pre-push
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ then
7
7
printf>&2"\nGitHub Docs requires Git LFS but using the 'git-lfs' on your path failed.\n"
8
8
fi
9
9
else
10
-
printf>&2"\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://git.io/JBCId>.\n"
10
+
printf>&2"\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://docs.github.com/en/github/managing-large-files/versioning-large-files/installing-git-large-file-storage>.\n"
Copy file name to clipboardexpand all lines: content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ To access your personal dashboard once you're signed in, click the {% octicon "m
24
24
25
25
## Finding your recent activity
26
26
27
-
In the "Recent activity" section of your news feed, you can quickly find and follow up with recently updated issues and pull requests you're working on. Under "Recent activity", you can preview up to 12 recent updates made in the last two weeks.
27
+
In the "Recent activity" section of your news feed, you can quickly find and follow up with recently updated issues and pull requests you're working on. Under "Recent activity", you can preview up to 4 recent updates made in the last two weeks.
28
28
29
29
{% data reusables.dashboard.recent-activity-qualifying-events %}
Copy file name to clipboardexpand all lines: content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings.md
-8
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,6 @@ You may want to use a dark theme to reduce power consumption on certain devices,
20
20
21
21
{% ifversion fpt or ghes > 3.2 or ghae-issue-4618 or ghec %}If you have low vision, you may benefit from a high contrast theme, with greater contrast between foreground and background elements.{% endif %}{% ifversion fpt or ghae-issue-4619 or ghec %} If you have colorblindness, you may benefit from our light and dark colorblind themes.
22
22
23
-
{% ifversion fpt or ghec %}
24
-
{% note %}
25
-
26
-
**Note:** The colorblind themes are currently in public beta. For more information on enabling features in public beta, see "[Exploring early access releases with feature preview](/get-started/using-github/exploring-early-access-releases-with-feature-preview)."
27
-
28
-
{% endnote %}
29
-
{% endif %}
30
-
31
23
{% endif %}
32
24
33
25
{% data reusables.user-settings.access_settings %}
Copy file name to clipboardexpand all lines: content/actions/learn-github-actions/contexts.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ miniTocMaxHeadingLevel: 3
23
23
24
24
Contexts are a way to access information about workflow runs, runner environments, jobs, and steps. Each context is an object that contains properties, which can be strings or other objects.
25
25
26
-
{% data reusables.actions.context-contents %} For example, the `matrix` context is only populated for jobs in a [build matrix](/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix).
26
+
{% data reusables.actions.context-contents %} For example, the `matrix` context is only populated for jobs in a [matrix](/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix).
27
27
28
28
You can access contexts using the expression syntax. For more information, see "[Expressions](/actions/learn-github-actions/expressions)."
29
29
@@ -552,19 +552,19 @@ The following example contents of the `secrets` context shows the automatic `GIT
552
552
553
553
## `strategy` context
554
554
555
-
For workflows with a build matrix, the `strategy` context contains information about the matrix execution strategy for the current job.
555
+
For workflows with a matrix, the `strategy` context contains information about the matrix execution strategy for the current job.
556
556
557
557
| Property name | Type | Description |
558
558
|---------------|------|-------------|
559
559
|`strategy`|`object`| This context changes for each job in a workflow run. You can access this context from any job or step in a workflow. This object contains all the properties listed below. |
560
-
|`strategy.fail-fast`|`string`| When `true`, all in-progress jobs are canceled if any job in a build matrix fails. For more information, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast)." |
561
-
|`strategy.job-index`|`string`| The index of the current job in the build matrix. **Note:** This number is a zero-based number. The first job's index in the build matrix is `0`. |
562
-
|`strategy.job-total`|`string`| The total number of jobs in the build matrix. **Note:** This number **is not** a zero-based number. For example, for a build matrix with four jobs, the value of `job-total` is `4`. |
560
+
|`strategy.fail-fast`|`string`| When `true`, all in-progress jobs are canceled if any job in a matrix fails. For more information, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast)." |
561
+
|`strategy.job-index`|`string`| The index of the current job in the matrix. **Note:** This number is a zero-based number. The first job's index in the matrix is `0`. |
562
+
|`strategy.job-total`|`string`| The total number of jobs in the matrix. **Note:** This number **is not** a zero-based number. For example, for a matrix with four jobs, the value of `job-total` is `4`. |
563
563
|`strategy.max-parallel`|`string`| The maximum number of jobs that can run simultaneously when using a `matrix` job strategy. For more information, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategymax-parallel)." |
564
564
565
565
### Example contents of the `strategy` context
566
566
567
-
The following example contents of the `strategy` context is from a build matrix with four jobs, and is taken from the final job. Note the difference between the zero-based `job-index` number, and `job-total` which is not zero-based.
567
+
The following example contents of the `strategy` context is from a matrix with four jobs, and is taken from the final job. Note the difference between the zero-based `job-index` number, and `job-total` which is not zero-based.
568
568
569
569
```yaml
570
570
{
@@ -577,7 +577,7 @@ The following example contents of the `strategy` context is from a build matrix
577
577
578
578
### Example usage of the `strategy` context
579
579
580
-
This example workflow uses the `strategy.job-index` property to set a unique name for a log file for each job in a build matrix.
580
+
This example workflow uses the `strategy.job-index` property to set a unique name for a log file for each job in a matrix.
581
581
582
582
```yaml{:copy}
583
583
name: Test matrix
@@ -602,18 +602,18 @@ jobs:
602
602
603
603
## `matrix` context
604
604
605
-
For workflows with a build matrix, the `matrix` context contains the matrix properties defined in the workflow file that apply to the current job. For example, if you configure a build matrix with the `os` and `node` keys, the `matrix` context object includes the `os` and `node` properties with the values that are being used for the current job.
605
+
For workflows with a matrix, the `matrix` context contains the matrix properties defined in the workflow file that apply to the current job. For example, if you configure a matrix with the `os` and `node` keys, the `matrix` context object includes the `os` and `node` properties with the values that are being used for the current job.
606
606
607
607
There are no standard properties in the `matrix` context, only those which are defined in the workflow file.
608
608
609
609
| Property name | Type | Description |
610
610
|---------------|------|-------------|
611
-
|`matrix`|`object`| This context is only available for jobs in a build matrix, and changes for each job in a workflow run. You can access this context from any job or step in a workflow. This object contains the properties listed below. |
611
+
|`matrix`|`object`| This context is only available for jobs in a matrix, and changes for each job in a workflow run. You can access this context from any job or step in a workflow. This object contains the properties listed below. |
612
612
|`matrix.<property_name>`|`string`| The value of a matrix property. |
613
613
614
614
### Example contents of the `matrix` context
615
615
616
-
The following example contents of the `matrix` context is from a job in a build matrix that has the `os` and `node` matrix properties defined in the workflow. The job is executing the matrix combination of an `ubuntu-latest` OS and Node.js version `16`.
616
+
The following example contents of the `matrix` context is from a job in a matrix that has the `os` and `node` matrix properties defined in the workflow. The job is executing the matrix combination of an `ubuntu-latest` OS and Node.js version `16`.
617
617
618
618
```yaml
619
619
{
@@ -624,7 +624,7 @@ The following example contents of the `matrix` context is from a job in a build
624
624
625
625
### Example usage of the `matrix` context
626
626
627
-
This example workflow creates a build matrix with `os` and `node` keys. It uses the `matrix.os` property to set the runner type for each job, and uses the `matrix.node` property to set the Node.js version for each job.
627
+
This example workflow creates a matrix with `os` and `node` keys. It uses the `matrix.os` property to set the runner type for each job, and uses the `matrix.node` property to set the Node.js version for each job.
Copy file name to clipboardexpand all lines: content/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Both CircleCI and {% data variables.product.prodname_actions %} configure `jobs`
50
50
51
51
Both CircleCI and {% data variables.product.prodname_actions %} provide a mechanism to reuse and share tasks in a workflow. CircleCI uses a concept called orbs, written in YAML, to provide tasks that people can reuse in a workflow. {% data variables.product.prodname_actions %} has powerful and flexible reusable components called actions, which you build with either JavaScript files or Docker images. You can create actions by writing custom code that interacts with your repository in any way you'd like, including integrating with {% data variables.product.product_name %}'s APIs and any publicly available third-party API. For example, an action can publish npm modules, send SMS alerts when urgent issues are created, or deploy production-ready code. For more information, see "[Creating actions](/actions/creating-actions)."
52
52
53
-
CircleCI can reuse pieces of workflows with YAML anchors and aliases. {% data variables.product.prodname_actions %} supports the most common need for reusability using build matrixes. For more information about build matrixes, see "[Managing complex workflows](/actions/learn-github-actions/managing-complex-workflows/#using-a-build-matrix)."
53
+
CircleCI can reuse pieces of workflows with YAML anchors and aliases. {% data variables.product.prodname_actions %} supports the most common need for reusability using matrices. For more information about matrices, see "[Using a matrix for your jobs](/actions/using-jobs/using-a-matrix-for-your-jobs)."
Copy file name to clipboardexpand all lines: content/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,9 @@ Travis CI can use `stages` to run jobs in parallel. Similarly, {% data variables
60
60
Travis CI and {% data variables.product.prodname_actions %} both support status badges, which let you indicate whether a build is passing or failing.
61
61
For more information, see ["Adding a workflow status badge to your repository](/actions/managing-workflow-runs/adding-a-workflow-status-badge)."
62
62
63
-
### Using a build matrix
63
+
### Using a matrix
64
64
65
-
Travis CI and {% data variables.product.prodname_actions %} both support a build matrix, allowing you to perform testing using combinations of operating systems and software packages. For more information, see "[Using a build matrix](/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix)."
65
+
Travis CI and {% data variables.product.prodname_actions %} both support a matrix, allowing you to perform testing using combinations of operating systems and software packages. For more information, see "[Using a matrix for your jobs](/actions/using-jobs/using-a-matrix-for-your-jobs)."
66
66
67
67
Below is an example comparing the syntax for each system:
0 commit comments