Skip to content

Commit

Permalink
Testing compatibility flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoom-jm committed Oct 23, 2024
1 parent 6128506 commit 3dbd459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
IN="${{ inputs.REPO }}"
set -- "$IN"
IFS="/"; declare -a Array=($*)
scp -r ${Array[1]} ssh:/${{ inputs.FOLDER }}
scp -O -r ${Array[1]} ssh:/${{ inputs.FOLDER }}
shell: bash
- name: 🍷 Executing commands...
if: ${{ inputs.RUN }}
Expand Down

0 comments on commit 3dbd459

Please sign in to comment.