Skip to content

Commit fbc090b

Browse files
runningcodeclaude
andcommitted
fix: Update integration tests for help text changes
The help text for --pr-number option was updated to be more specific about pull_request-triggered workflows, so the integration test snapshot needed to be updated to match. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e5048ad commit fbc090b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/_cases/build/build-upload-help-macos.trycmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Options:
4545
The reference (branch) to use for the upload. If not provided, the current reference will
4646
be used.
4747
--pr-number <pr_number>
48-
The pull request number to use for the upload. If not provided and running in a GitHub
49-
Actions environment, the PR number will be automatically detected from GitHub Actions
50-
environment variables.
48+
The pull request number to use for the upload. If not provided and running in a
49+
pull_request-triggered GitHub Actions workflow, the PR number will be automatically
50+
detected from GitHub Actions environment variables.
5151
--build-configuration <build_configuration>
5252
The build configuration to use for the upload. If not provided, the current version will
5353
be used.

0 commit comments

Comments
 (0)