actions-sync icon indicating copy to clipboard operation
actions-sync copied to clipboard

This tool allows GHES administrators to sync Actions to their instances

Results 20 actions-sync issues
Sort by recently updated
recently updated
newest added

When synchronizing a repository with default branch **master** to GitHub Enterprise Server, the default branch is wrongly set the first branch in the list of available branches after synchronization. Repositories...

enhancement
stale

Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.174.0 to 1.175.1. Commits 1198b07 Update CRuby releases on Windows 70da3bb Add ruby-3.0.7,ruby-3.1.5,ruby-3.2.4,ruby-3.3.1 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruby/setup-ruby&package-manager=github_actions&previous-version=1.174.0&new-version=1.175.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts...

dependency-bug
github_actions

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from f09f1a7bee7ae6b5153daf4e8c63cc8ce8c7e7d5 to 2953d07480ed937706865dbfe930e8c3e4135fd2. Commits 2953d07 chore(deps): update http-client 62d4b8a chore: use corepack to install yarn (#458) See full diff in compare view Dependabot will resolve any conflicts...

dependency-bug
github_actions

Running `actions-sync` version always returns `GHES Actions Sync v0.2`. Instead, it needs to return the actual version. We can do this by setting `ldflags` in the `.goreleaser.yml` and then using...

bug
good first issue

In commands where a source/destination URL can be present, clients can provide any support [git url](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols). When using HTTP the HTTP protocol, if `https` is not used then clients will...

enhancement
good first issue

We run actions-sync with a service account, the account has permissions on the main actions repo but we also use it for syncing actions for teams. What we tried to...

enhancement
stale

While we are trying with 32-bit bundle of this actions-sync tool, it fails in fetching the organization. Customer facing errors: error creating github repository `actions/setup-node`: error creating organization actions: POST...

bug
stale

We are currently using `actions-sync` to keep our GHES `actions` org in-sync with the public `actions` org. Could we please have a flag that allows us to just sync the...

enhancement

Currently actions-sync tool doesn't support the syncing the release assets. This is tracking issue to see if more customer upvotes, then we will prioritise accordingly. We have seen some customers...

enhancement

Can this action also support GHEC. is there any way we can use this action to support GHEC.