-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hub
is not available on GitHub actions
#3338
Comments
Thanks for letting me know. I've discovered this: actions/runner-images#8362 It doesn't have anything to do with Also, this might work: https://github.com/marketplace/actions/setup-hub |
As a quick fix, I added |
ref actions/runner-images#8362 ref mislav/hub#3338 Let's begin the experiment.
The default actions runner no longer contains the hub command: mislav/hub#3338 Install it manually.
Sometime between August and October 2023, GitHub removed the `hub` CLI from their runners. (mislav/hub#3338) Which we use to upload the built workflows and attach them to the release. In this change, we update the build script to explicitly install `hub`.
Sometime between August and October 2023, GitHub removed the `hub` CLI from their runners. (mislav/hub#3338) Which we use to upload the built workflows and attach them to the release. In this change, we update the build script to explicitly install `hub`.
* replace hub with gh ref: mislav/hub#3338 (comment) ref: https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally?tool=cli#modifying-an-active-pull-request-locally * comment out the condition to test the action in unmerged branch * Revert "comment out the condition to test the action in unmerged branch" This reverts commit 6434288.
The `hub` CLI tool has been removed from the runners themselves. see: mislav/hub#3338
The `hub` CLI tool has been removed from the runners themselves. see: mislav/hub#3338
The `hub` CLI tool has been removed from the runners themselves. see: mislav/hub#3338
The `hub` CLI tool has been removed from the runners themselves. see: mislav/hub#3338
Hi,
Between august and today,
hub
has disappeared from actions/checkout@v2. My previously-working actions now ends with "hub: command not found". It's not available on actions/checkout@v3 or actions/checkout@v4 either.https://github.com/mislav/hub#github-actions seems not true anymore.
The text was updated successfully, but these errors were encountered: