Skip to content

Commit 338a43e

Browse files
authored
Merge pull request #4084 from Maks3w/patch-1
Fix note about cache limitations
2 parents 4f53b08 + b91c2c3 commit 338a43e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ GitHub Actions
117117
</tr>
118118
</table>
119119
120-
{% data variables.product.prodname_actions %} caching is only applicable to {% data variables.product.prodname_dotcom %}-hosted runners. For more information, see "<a href="/actions/guides/caching-dependencies-to-speed-up-workflows" class="dotcom-only">Caching dependencies to speed up workflows</a>."
120+
{% data variables.product.prodname_actions %} caching is only applicable for repositories hosted on {% data variables.product.prodname_dotcom_the_website %}. For more information, see "<a href="/actions/guides/caching-dependencies-to-speed-up-workflows" class="dotcom-only">Caching dependencies to speed up workflows</a>."
121121
122122
{% data variables.product.prodname_actions %} does not have an equivalent of CircleCI’s Docker Layer Caching (or DLC).
123123

0 commit comments

Comments
 (0)