Skip to content

Commit 416cc3d

Browse files
update action.yml
1 parent 5a1a8e9 commit 416cc3d

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="action/uwu"
55+
IN= "${{ inputs.REPO }}"
5656
set -- "$IN"
5757
IFS="/"; declare -a Array=($*)
5858
echo "${Array[1]}"

0 commit comments

Comments
 (0)