Skip to content

Commit e40f8bf

Browse files
update action.yml
1 parent 416cc3d commit e40f8bf

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
@@ -52,7 +52,7 @@ runs:
5252
- name: 💧 deploy to vps...
5353
run: |
5454
cd ..
55-
IN= "${{ inputs.REPO }}"
55+
IN="${{ inputs.REPO }}"
5656
set -- "$IN"
5757
IFS="/"; declare -a Array=($*)
5858
echo "${Array[1]}"

0 commit comments

Comments
 (0)