Skip to content

Commit 3ac23a4

Browse files
gunzipCopilot
andauthored
Update actions/opex-dashboard-generate/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 83481f4 commit 3ac23a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/opex-dashboard-generate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The action consists of three shell scripts:
5656
The scripts are designed to work on both GNU/Linux (GitHub Actions runners) and BSD-based systems (macOS):
5757

5858
- Path normalization uses a fallback mechanism that works without the GNU-specific `realpath -m` flag
59-
- All scripts are compatible with both POSIX-compliant shells and bash
59+
- All scripts require bash; they are invoked with `shell: bash`, use bash-specific features, and are not guaranteed to work with generic POSIX shells
6060

6161
For local testing on macOS, ensure you have basic POSIX tools available (`bash`, `find`, `grep`, `sed`, `git`, `jq`). Optional tools like `yq` provide enhanced parsing but have graceful fallbacks.
6262

0 commit comments

Comments
 (0)