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