You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That’s because your confi_file value treated as text and then vpn try to get the file from that path.
Here is a possible solution
Save file or move the file to ${{ github.workspace }}/client.ovpn and then set this in the config_file value config_file: ${{ github.workspace }}/client.ovpn
I am unable to establish the connection.. shows as Error: config file '.github/workflows/client.ovpn' not found
The text was updated successfully, but these errors were encountered: