We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9b90e commit 9c1c1a7Copy full SHA for 9c1c1a7
1 file changed
README.md
@@ -4,6 +4,10 @@ This action starts a VPN session using OpenVPN 3 and give you the option to run
4
any bash script during the session. We recommend you to store your config files
5
in GitHub using [encrypted secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets).
6
7
+> **Note:** this action only support linux (`ubuntu`).
8
+> Please use one of the [virtual environments](https://github.com/actions/virtual-environments#available-environments)
9
+> for linux (`ubuntu`) supported by GitHub Actions.
10
+
11
**Reference Links:**
12
13
- [OpenVPN 3 for Linux](https://openvpn.net/cloud-docs/openvpn-3-client-for-linux/)
0 commit comments