question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update documentation in Github Docs

See original GitHub issue

A 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:closed
  • Created a year ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

1reaction
vsvipulcommented, Jul 27, 2022

Yes, we are going to update this. This only works for default branch. Thank you for reporting.

0reactions
vsvipulcommented, Aug 4, 2022

Closing this. Tracking docs change for the same at https://github.com/actions/cache/issues/823 .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found