Skip to content

Commit dd9b90e

Browse files
committed
Update action template
1 parent 4455b0e commit dd9b90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
- name: Install OpenVPN 3
2626
id: vpn-setup
2727
run: |
28-
export DISTRO=focal
28+
export DISTRO=$(lsb_release --codename | cut -f2)
2929
3030
sudo apt-get install -y apt-transport-https
3131
sudo wget https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub

0 commit comments

Comments
 (0)