repo-sync / github-sync

⤵️ A GitHub Action for syncing current repository with remote
https://github.com/marketplace/actions/github-repo-sync
MIT License
393 stars 103 forks source link

Off-topic: Deletion of git-sync #110

Closed Galdanwing closed 1 year ago

Galdanwing commented 1 year ago

Hello.

Sorry for an issue that's not 100% related to this project, but I see that this repo mentions git-sync and, Wei He is part of the contributors here.

The git-sync (https://github.com/marketplace/actions/git-sync-action repo got deleted very recently. Do you perhaps know why? I was using it for some projects, and now I need to sync them manually again, and was hoping to figure out what is going on.

To keep it somewhat on track I can create a pull-request removing the documention mentioning git-sync

jpivac commented 1 year ago

We are experiencing the same issue. Error: An action could not be found at the URI 'https://api.github.com/repos/wei/git-sync/tarball/abc123'

rmgpanw commented 1 year ago

Same issue here. Many thanks in advance

IlyaBelykh commented 1 year ago

@wei profile is also unavailable. It is pretty disappointing because I was using his version of repo-sync since it gives you the ability to set the destination repo explicitly. Does anyone have the sources of his version of this action left? UPD: I also noticed that his profile data is showing correctly when using his mention. This could be some kind of a bug or Github malfunction.

Seems like I found an identical action: https://github.com/marketplace/actions/git-sync-repo It even has the same readme.

morganschoen commented 1 year ago

Also experiencing this issue. The one @IlyaBelykh mentions may be the same.

Another alternative is to construct your own copy from Google cache as the original was only 5 files.

Original repo: https://webcache.googleusercontent.com/search?q=cache:qhdzlH5dNisJ:https://github.com/wei/git-sync&cd=2&hl=en&ct=clnk&gl=ca

Files:

https://webcache.googleusercontent.com/search?q=cache:yPCWX0Jb_x4J:https://github.com/wei/git-sync/blob/master/README.md&cd=2&hl=en&ct=clnk&gl=ca

https://webcache.googleusercontent.com/search?q=cache:zt4N5zaWPTQJ:https://github.com/wei/git-sync/blob/master/entrypoint.sh&cd=2&hl=en&ct=clnk&gl=ca

https://webcache.googleusercontent.com/search?q=cache:jaCgAM18E60J:https://github.com/wei/git-sync/blob/master/git-sync.sh&cd=2&hl=en&ct=clnk&gl=ca

https://webcache.googleusercontent.com/search?q=cache:jxXX94SgjcoJ:https://github.com/wei/git-sync/blob/master/Dockerfile&cd=2&hl=en&ct=clnk&gl=ca

https://webcache.googleusercontent.com/search?q=cache:gcSx5LR3f4cJ:https://github.com/wei/git-sync/blob/master/action.yml&cd=2&hl=en&ct=clnk&gl=ca

EDIT: For convenience, here's the copy I made from the cached repo: https://github.com/morganschoen/git-sync

wei commented 1 year ago

It's back, sorry for the inconvenience.