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 416cc3d commit e40f8bfCopy full SHA for e40f8bf
action.yml
@@ -52,7 +52,7 @@ runs:
52
- name: 💧 deploy to vps...
53
run: |
54
cd ..
55
- IN= "${{ inputs.REPO }}"
+ IN="${{ inputs.REPO }}"
56
set -- "$IN"
57
IFS="/"; declare -a Array=($*)
58
echo "${Array[1]}"
0 commit comments