Skip to content

Commit c1f1939

Browse files
github-actions[bot]Daily Documentation Healerclaude
authored
[docs] Self-healing documentation fixes from issue analysis - 2026-02-27 (#18743)
* docs: document --disable-release-bump flag and Android (Termux) support - Add `--disable-release-bump` flag to `gh aw update` command reference, with example and updated options list. By default, `update` now force-updates all GitHub Actions to their latest major version; the new flag restricts force-updates to core `actions/*` only. - Add Android (Termux) to the standalone installer supported platforms list, reflecting the android-arm64 binary added in #18609. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * ci: trigger CI checks --------- Co-authored-by: Daily Documentation Healer <doc-healer@github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e8bd461 commit c1f1939

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • docs/src/content/docs/setup

docs/src/content/docs/setup/cli.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ curl -sL https://raw.githubusercontent.com/github/gh-aw/main/install-gh-aw.sh |
6060
curl -sL https://raw.githubusercontent.com/github/gh-aw/main/install-gh-aw.sh | bash -s v0.1.0 # Pinned
6161
```
6262

63-
Installs to `~/.local/share/gh/extensions/gh-aw/gh-aw`. Supports Linux, macOS, FreeBSD, and Windows. Works behind corporate firewalls using direct release download URLs.
63+
Installs to `~/.local/share/gh/extensions/gh-aw/gh-aw`. Supports Linux, macOS, FreeBSD, Windows, and Android (Termux). Works behind corporate firewalls using direct release download URLs.
6464

6565
### GitHub Actions Setup Action
6666

@@ -411,16 +411,19 @@ gh aw remove my-workflow
411411

412412
Update workflows based on `source` field (`owner/repo/path@ref`). By default, performs a 3-way merge to preserve local changes; use `--no-merge` to override with upstream. Semantic versions update within same major version.
413413

414+
By default, `update` also force-updates all GitHub Actions referenced in your workflows (both in `actions-lock.json` and workflow files) to their latest major version. Use `--disable-release-bump` to restrict force-updates to core `actions/*` actions only.
415+
414416
If no workflows in the repository contain a `source` field, the command exits gracefully with an informational message rather than an error. This is expected behavior for repositories that have not yet added updatable workflows.
415417

416418
```bash wrap
417419
gh aw update # Update all with source field
418420
gh aw update ci-doctor # Update specific workflow (3-way merge)
419421
gh aw update ci-doctor --no-merge # Override local changes with upstream
420422
gh aw update ci-doctor --major --force # Allow major version updates
423+
gh aw update --disable-release-bump # Update workflows; only force-update core actions/*
421424
```
422425

423-
**Options:** `--dir`, `--no-merge`, `--major`, `--force`, `--engine`, `--no-stop-after`, `--stop-after`
426+
**Options:** `--dir`, `--no-merge`, `--major`, `--force`, `--engine`, `--no-stop-after`, `--stop-after`, `--disable-release-bump`
424427

425428
#### `upgrade`
426429

0 commit comments

Comments
 (0)