github-sync
github-sync copied to clipboard
⤵️ A GitHub Action for syncing current repository with remote
Hello! We're getting this error in the last week when using this action. I believe this is related to a recent [git vulnerability upgrade](https://github.blog/2022-04-12-git-security-vulnerability-announced/) ``` Run repo-sync/[email protected] fatal: unsafe repository...
If this is generally used to keep forks up to date from upstream, (as is my understanding), then the fork's branches will be behind upstream, but not divergent. Which means...
Hi there, I am new to Github Actions, and I get this error . Any idea why is this populated? Fetching tmp_upstream fatal: could not read Username for 'https://github.com/': No...
https://github.com/actions/checkout/releases/tag/v4.0.0
You don't need to use a Personal Access Token anymore. You can use the GitHub Action automatically supplied GITHUB_TOKEN, instead.
* add a bunch of new inputs into the action to allow a remote repo/host to be used as the upstream or destination of the sync. * the new API...
When I using [Github enterprise server](https://docs.github.com/en/[email protected]/admin/overview/about-github-enterprise-server) with our custom domain, we can simply fetch repo **from** github.com, but when pushing to internal repo, the error log shows: ``` fatal: repository...
👋🏽 Hi @heiskr Just raising that the [Marketplace link](https://github.com/marketplace/actions/github-repo-sync) shows 404 for this action. Let me know if I can help to fix this or if this is expected. cc...
Hello, I used the following repo-sync.yml ``` # File: .github/workflows/repo-sync.yml name: Repo Sync on: schedule: - cron: "*/5 * * * *" workflow_dispatch: jobs: repo-sync: runs-on: ubuntu-latest steps: - uses:...