We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df9eff commit a99306fCopy full SHA for a99306f
.github/actions/connect-ovpn/action.yml
@@ -64,7 +64,7 @@ runs:
64
PING_URL: ${{ inputs.PING_URL }}
65
shell: bash
66
run: |
67
- sleep 5
+ sleep 10
68
if ping -c 2 $PING_URL > /dev/null 2>&1; then
69
70
# echo -e "\nPinging URL: ${{ inputs.PING_URL }}" ;
0 commit comments