From 9d80fa543170668e1b609228b25c73a6b662a878 Mon Sep 17 00:00:00 2001 From: Wouter de Vries Date: Thu, 27 Oct 2022 13:50:08 +0200 Subject: [PATCH] Try a different syntax --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d57dec5..9b60fd1 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: - name: Open VPN connection uses: "kota65535/github-openvpn-connect-action@dcd6ef29ddfa24f05d51ca085e6400ea9c1a34fa" with: - config_file: $GITHUB_ACTION_PATH/config/client.ovpn + config_file: ${{ github.action_path }}/config/client.ovpn username: ${{ inputs.username }} password: ${{ inputs.password }} tls_auth_key: ${{ inputs.tls_auth_key }}