See the following examples:
There are several points of failure, including using the branch name instead of the SHA to restore GitHub packages. Branches may have been deleted (so it will fail outright), or may have been updated since the snapshot (so instead of getting the commit requested, it's installing the latest from that branch).
See the following examples:
There are several points of failure, including using the branch name instead of the SHA to restore GitHub packages. Branches may have been deleted (so it will fail outright), or may have been updated since the snapshot (so instead of getting the commit requested, it's installing the latest from that branch).