Skip to content

Commit

Permalink
Try a different syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wadevries committed Oct 27, 2022
1 parent e571955 commit 9d80fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 9d80fa5

Please sign in to comment.