-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pritunl-client: command not found #209
Comments
This is mi definition :
|
I'm getting the same error across all my actions that use this step: - name: Setup Pritunl Profile and Start VPN Connection
uses: nathanielvarona/pritunl-client-github-action@v1
with:
profile-file: ${{ secrets.PRITUNL_PROFILE_FILE }}
profile-pin: ${{ secrets.PRITUNL_PROFILE_PIN }} |
Hello @JosueCL11 and @Alex-Munro, thank you for reporting the issue. This issue is related to the GitHub Actions Apt Repositories List and Cache. There is a fix for this, however, I need to validate and fully test it. For now, I would suggest using a specific client installation. This method obtains the Here is an example: - name: Setup Pritunl Profile
id: pritunl-connection
uses: nathanielvarona/pritunl-client-github-action@v1
with:
profile-file: ${{ secrets.PRITUNL_PROFILE_FILE }}
profile-pin: ${{ secrets.PRITUNL_PROFILE_PIN }}
client-version: 1.3.3883.60 # <-- PLEASE ADD THIS INPUT IN YOUR ACTION My tests earlier: Let me know if this fixes the issue on your side. Again good day and have a nice weekend. |
UPDATES: Installation Test As of this moment testing, the Packager Manager (Apt Repo) Based installation is now working https://github.com/nathanielvarona/gha-pub-test-repo/actions/runs/10122164747. I haven't changed anything in our code, the issues you might experiencing could either be from the GitHub Actions Virtual Environment https://github.com/actions/runner-images or from the Pritul Apt Repo https://repo.pritunl.com/stable/apt/. Recommendation Still, I would suggest using the Action input Thanks, |
Thanks @nathanielvarona! Adding the |
I updated the README for other or future GitHub Action users. |
Good afternoon, a question, I have been using githubaction: nathanielvarona/pritunl-client-github-action@v1, and everything had been working correctly, but until today it gave me this error, is there something I need?
The text was updated successfully, but these errors were encountered: