Skip to content

docs(readme): better wording for script_path property#387

Merged
appleboy merged 1 commit into
appleboy:masterfrom
kontur:patch-1
Jun 18, 2025
Merged

docs(readme): better wording for script_path property#387
appleboy merged 1 commit into
appleboy:masterfrom
kontur:patch-1

Conversation

@kontur

@kontur kontur commented Jun 13, 2025

Copy link
Copy Markdown
Contributor

Better wording for script_path property.

I also misunderstood this to be a script on the remote that will be called. As pointed out in this comment here it refers to a path of a script in the repo.

Summary by CodeRabbit

  • Documentation
    • Clarified the description of the script_path parameter in the SSH command settings to specify that the file should be located within the repository and that its commands are executed remotely.

Better wording for `script_path` property.
@coderabbitai

coderabbitai Bot commented Jun 13, 2025

Copy link
Copy Markdown

Walkthrough

The README.md file was updated to clarify that the script_path parameter in the SSH command settings should reference a file within the repository, and that its commands will be executed remotely. No code or interface changes were made.

Changes

File(s) Change Summary
README.md Clarified the description for the script_path parameter regarding file location and purpose.

Poem

In README lines, a tweak so neat,
To guide your scripts with clarity sweet.
Now rabbits know, without a doubt,
Where their remote commands hop out.
With every change, we leap ahead—
Clearer docs for all to be led! 🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ffd1eec and b2d94f3.

📒 Files selected for processing (1)
  • README.md (1 hunks)
🔇 Additional comments (1)
README.md (1)

87-87: Great clarification for script_path.

The updated description clearly states that script_path refers to a file within the repository and that its contents are executed remotely, aligning the docs with actual behavior.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@appleboy appleboy changed the title Update README.md docs(readme): better wording for script_path property Jun 18, 2025
@appleboy appleboy merged commit 57f6f35 into appleboy:master Jun 18, 2025
1 check passed
@appleboy

Copy link
Copy Markdown
Owner

@kontur Thanks.

@coderabbitai coderabbitai Bot mentioned this pull request Sep 16, 2025
luketainton pushed a commit to luketainton/actions_gha-workflows that referenced this pull request Nov 8, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [appleboy/ssh-action](https://github.com/appleboy/ssh-action) | action | patch | `v1.2.2` -> `v1.2.3` |

---

### Release Notes

<details>
<summary>appleboy/ssh-action (appleboy/ssh-action)</summary>

### [`v1.2.3`](https://github.com/appleboy/ssh-action/releases/tag/v1.2.3)

[Compare Source](appleboy/ssh-action@v1.2.2...v1.2.3)

##### Changelog

##### Features

- [`20d5c5b`](appleboy/ssh-action@20d5c5b): feat: add configurable curl insecure flag to GitHub action ([@&#8203;appleboy](https://github.com/appleboy))

##### Bug fixes

- [`170eebb`](appleboy/ssh-action@170eebb): fix: enhance binary download flow with robust error handling ([#&#8203;394](appleboy/ssh-action#394)) ([@&#8203;appleboy](https://github.com/appleboy))

##### Enhancements

- [`b27b9f8`](appleboy/ssh-action@b27b9f8): chore: refactor system to improve efficiency and update API usage ([@&#8203;appleboy](https://github.com/appleboy))
- [`0e19dd9`](appleboy/ssh-action@0e19dd9): chore: improve robustness and consistency across multiple scripts ([@&#8203;appleboy](https://github.com/appleboy))

##### Refactor

- [`b6690ee`](appleboy/ssh-action@b6690ee): refactor: improve error handling and code readability across scripts ([#&#8203;374](appleboy/ssh-action#374)) ([@&#8203;appleboy](https://github.com/appleboy))

##### Build process updates

- [`2b3c650`](appleboy/ssh-action@2b3c650): ci: unify and enhance GitHub workflow configurations ([@&#8203;appleboy](https://github.com/appleboy))
- [`ffd1eec`](appleboy/ssh-action@ffd1eec): ci: add workflow step for multi-command SSH testing ([#&#8203;386](appleboy/ssh-action#386)) ([@&#8203;appleboy](https://github.com/appleboy))
- [`53f5c5c`](appleboy/ssh-action@53f5c5c): ci: add automated Trivy security scanning via GitHub Actions ([@&#8203;appleboy](https://github.com/appleboy))

##### Documentation updates

- [`52a1840`](appleboy/ssh-action@52a1840): docs: update SSH action version to v1 in all README files ([#&#8203;372](appleboy/ssh-action#372)) ([@&#8203;appleboy](https://github.com/appleboy))
- [`689de3c`](appleboy/ssh-action@689de3c): docs: improve CLI messaging and error clarity for users ([@&#8203;appleboy](https://github.com/appleboy))
- [`9ca1cd2`](appleboy/ssh-action@9ca1cd2): docs: document the new `curl_insecure` configuration option ([@&#8203;appleboy](https://github.com/appleboy))
- [`bd83ba7`](appleboy/ssh-action@bd83ba7): docs: document and configure drone-ssh version usage ([#&#8203;381](appleboy/ssh-action#381)) ([@&#8203;appleboy](https://github.com/appleboy))
- [`b80f638`](appleboy/ssh-action@b80f638): docs: rewrite and unify documentation across all supported languages ([@&#8203;appleboy](https://github.com/appleboy))
- [`c7fbbc9`](appleboy/ssh-action@c7fbbc9): docs: add table of contents to multilingual README files ([@&#8203;appleboy](https://github.com/appleboy))
- [`4d84f05`](appleboy/ssh-action@4d84f05): docs: revamp and unify multi-language readme documentation ([@&#8203;appleboy](https://github.com/appleboy))
- [`8f3cc07`](appleboy/ssh-action@8f3cc07): docs: add comprehensive tables of contents to all README files ([@&#8203;appleboy](https://github.com/appleboy))
- [`8745f95`](appleboy/ssh-action@8745f95): docs: restructure and clarify parameter documentation across all readmes ([@&#8203;appleboy](https://github.com/appleboy))
- [`57f6f35`](appleboy/ssh-action@57f6f35): docs(readme): better wording for script\_path property ([#&#8203;387](appleboy/ssh-action#387)) ([@&#8203;kontur](https://github.com/kontur))
- [`3ca8a7c`](appleboy/ssh-action@3ca8a7c): docs: clarify script\_path usage in Chinese remote execution docs ([@&#8203;appleboy](https://github.com/appleboy))
- [`c680069`](appleboy/ssh-action@c680069): docs: add comprehensive documentation for project setup and usage ([@&#8203;appleboy](https://github.com/appleboy))
- [`91f3272`](appleboy/ssh-action@91f3272): docs: add Trivy security scan badge to all documentation ([@&#8203;appleboy](https://github.com/appleboy))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInR5cGUvZGVwZW5kZW5jaWVzIl19-->

Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/43
Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants