appleboy / appleboy/scp-action
Files and folders cannot be ignored.
- Dominant language
- Shell
- Stars
- 1.6k
- Forks
- 178
- PR merge metrics
- No merged PRs in 30d
Description
- name: copy file via ssh key
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.KEY }}
source: "/home/runner/work/GameRadar/*,!/home/runner/work/GameRadar/pages,!/home/runner/work/GameRadar/1.json"
target: "test"
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the workflow shown in the issue, using the listed source path and exclusions for pages and 1.json. Trace the action's source-pattern handling and verify that the requested file and folder are excluded while the other files are copied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, shell
- Domain
- ci-cd, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100