Skip to content

Commit 7093242

Browse files
update action.yml
1 parent cdeff69 commit 7093242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
IN="${{ inputs.REPO }}"
5656
set -- "$IN"
5757
IFS="/"; declare -a Array=($*)
58-
echo "${Array[1]}"
58+
scp -r ${Array[1]} ssh:/${{ inputs.FOLDER }}
5959
shell: bash
6060
- name: 🍷 Executing commands...
6161
run: ssh ssh "${{ inputs.RUN }}"

0 commit comments

Comments
 (0)