Files
appleboy-ssh-action/.github/ISSUE_TEMPLATE/feature_request.md
Bo-Yi Wu c4f70287fc chore(ci): improve repository maintenance configuration
- Enable weekly Dependabot updates for GitHub Actions dependencies
- Consolidate duplicate Trivy scans into a single SARIF scan with exit-code gate
- Ignore macOS metadata and locally downloaded drone-ssh binaries
- Add feature request issue template and pull request checklist template

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-16 20:07:09 +08:00

931 B

name, about, title, labels, assignees
name about title labels assignees
Feature request Suggest an idea for this action enhancement appleboy

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

A clear and concise description of what you want to happen.

Example Yaml Config

If applicable, show how you would expect to use the new feature:

- name: executing remote ssh commands
  uses: appleboy/ssh-action@v1
  with:
    host: ${{ secrets.HOST }}
    username: ${{ secrets.USERNAME }}
    key: ${{ secrets.KEY }}
    script: whoami

Additional context

Add any other context about the feature request here. Note that SSH connection behavior (ciphers, timeouts, proxy, etc.) is implemented in drone-ssh - feature requests for connection behavior may belong there.