We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdeff69 commit 7093242Copy full SHA for 7093242
action.yml
@@ -55,7 +55,7 @@ runs:
55
IN="${{ inputs.REPO }}"
56
set -- "$IN"
57
IFS="/"; declare -a Array=($*)
58
- echo "${Array[1]}"
+ scp -r ${Array[1]} ssh:/${{ inputs.FOLDER }}
59
shell: bash
60
- name: 🍷 Executing commands...
61
run: ssh ssh "${{ inputs.RUN }}"
0 commit comments