mirror of
https://github.com/appleboy/scp-action.git
synced 2025-07-29 17:27:43 +00:00
feat: initial
This commit is contained in:
19
.github/main.workflow
vendored
Normal file
19
.github/main.workflow
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
workflow "Send Notification" {
|
||||
on = "push"
|
||||
resolves = [
|
||||
"Copy multiple file",
|
||||
]
|
||||
}
|
||||
|
||||
action "Copy multiple file" {
|
||||
uses = "appleboy/scp-action@master"
|
||||
env = {
|
||||
SOURCE = "tests/a.txt,tests/b.txt"
|
||||
TARGET = "/home/actions/test"
|
||||
}
|
||||
secrets = [
|
||||
"HOST",
|
||||
"USERNAME",
|
||||
"PASSWORD",
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user