Update documentation in Github Docs
See original GitHub issueA workflow can access and restore a cache created in the current branch, the base branch (including base branches of forked repositories), or the default branch (usually main). For example, a cache created on the default branch would be accessible from any pull request. Also, if the branch feature-b has the base branch feature-a, a workflow triggered on feature-b would have access to caches created in the default branch (main), feature-a, and feature-b.
It sounds like the branch feature-b
can access to caches created in branch feature-a
. I could observe that it could NOT access to caches created in branch feature-a
.
This documentation is wrong.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Update Docs - GitHub Apps
update -docs. a GitHub App built with probot that comments on newly opened Pull Requests that do not update either the README or...
Read more >Publish Your Project Documentation with GitHub Pages
Visit your repository's settings tab and select master branch /docs folder as the GitHub Pages source. Click save, and you're done.
Read more >A Simple Guide to Update Docs on GitHub Using Git Commands
A Simple Guide to Update Docs on GitHub Using Git Commands · Scenario · Set up the environment · Get Ready to Sync...
Read more >Edit and Create Documentation - Guidelines for ...
If you want to edit existing documentation or add a section or chapter to existing documentation, you can edit the document directly from...
Read more >Create compelling Documentation with Github Pages
In this article, you will learn how to use Github pages as a new home for your project documentation. This document describes the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, we are going to update this. This only works for default branch. Thank you for reporting.
Closing this. Tracking docs change for the same at https://github.com/actions/cache/issues/823 .