Conversation
- Add example for using environment variables with `scp-action` in README.md Signed-off-by: appleboy <appleboy.tw@gmail.com>
luketainton
pushed a commit
to luketainton/actions_gha-workflows
that referenced
this pull request
Aug 15, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [appleboy/scp-action](https://github.com/appleboy/scp-action) | action | major | `v0.1.7` -> `v1.0.0` | --- ### Release Notes <details> <summary>appleboy/scp-action (appleboy/scp-action)</summary> ### [`v1.0.0`](https://github.com/appleboy/scp-action/releases/tag/v1.0.0) [Compare Source](appleboy/scp-action@v0.1.7...v1.0.0) #### Changelog ##### Features - [`172d463`](appleboy/scp-action@172d463): feat(actions): improve API robustness and testing coverage ([@​appleboy](https://github.com/appleboy)) - [`98b7132`](appleboy/scp-action@98b7132): feat: migrate to composite action with dynamic drone-scp support ([#​197](appleboy/scp-action#197)) ([@​appleboy](https://github.com/appleboy)) ##### Others - [`b03d725`](appleboy/scp-action@b03d725): style: improve readability and functionality across multiple components ([@​appleboy](https://github.com/appleboy)) ##### Enhancements - [`699fa11`](appleboy/scp-action@699fa11): chore(deps): bump tj-actions/changed-files from 41 to 42 ([#​165](appleboy/scp-action#165)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`f314a53`](appleboy/scp-action@f314a53): chore(deps): bump tj-actions/changed-files from 42 to 43 ([#​170](appleboy/scp-action#170)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`9ba6206`](appleboy/scp-action@9ba6206): chore(deps): bump tj-actions/changed-files from 43 to 44 ([#​171](appleboy/scp-action#171)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`7622c01`](appleboy/scp-action@7622c01): chore: update tj-actions/changed-files action version ([@​appleboy](https://github.com/appleboy)) - [`6aff649`](appleboy/scp-action@6aff649): chore: bump default DRONE_SCP_VERSION to 1.8.0 ([@​appleboy](https://github.com/appleboy)) ##### Refactor - [`93e17a4`](appleboy/scp-action@93e17a4): refactor(actions): standardize configuration file formatting and defaults ([@​appleboy](https://github.com/appleboy)) ##### Build process updates - [`c6ff96b`](appleboy/scp-action@c6ff96b): ci: implement automated release workflow with GoReleaser ([@​appleboy](https://github.com/appleboy)) - [`f042d74`](appleboy/scp-action@f042d74): ci(github): improve system performance and stability ([@​appleboy](https://github.com/appleboy)) - [`f5c6c23`](appleboy/scp-action@f5c6c23): ci: align workflow naming with updated testing conventions ([@​appleboy](https://github.com/appleboy)) ##### Documentation updates - [`9f34cc3`](appleboy/scp-action@9f34cc3): docs(readme): update dependency in example ([#​159](appleboy/scp-action#159)) ([@​ilyabrin](https://github.com/ilyabrin)) - [`ad9a378`](appleboy/scp-action@ad9a378): docs(readme): enhance IP protocol configuration options ([@​appleboy](https://github.com/appleboy)) - [`4f2c27b`](appleboy/scp-action@4f2c27b): docs: improve documentation and testing configurations ([#​193](appleboy/scp-action#193)) ([@​appleboy](https://github.com/appleboy)) - [`2a829c0`](appleboy/scp-action@2a829c0): docs: improve API performance and update documentation ([@​appleboy](https://github.com/appleboy)) - [`3d59448`](appleboy/scp-action@3d59448): docs: enhance SSH configuration documentation and testing ([@​appleboy](https://github.com/appleboy)) - [`bc835cb`](appleboy/scp-action@bc835cb): docs: refine input descriptions for clarity and user guidance ([@​appleboy](https://github.com/appleboy)) - [`e55e4ea`](appleboy/scp-action@e55e4ea): docs: refine and expand documentation for variable configuration ([@​appleboy](https://github.com/appleboy)) - [`bf323b8`](appleboy/scp-action@bf323b8): docs: overhaul and enrich documentation for clarity and onboarding ([@​appleboy](https://github.com/appleboy)) - [`17026f9`](appleboy/scp-action@17026f9): docs: add comprehensive Chinese documentation and localization support ([@​appleboy](https://github.com/appleboy)) - [`6b2d309`](appleboy/scp-action@6b2d309): docs: update README badges to reference lint and test workflow ([@​appleboy](https://github.com/appleboy)) - [`ff85246`](appleboy/scp-action@ff85246): docs: update documentation to use latest scp-action version ([@​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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTkuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI1OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==--> Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/25 Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk> Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
scp-actionin README.mdfixed #28
fixed #60
Signed-off-by: appleboy appleboy.tw@gmail.com