-
Notifications
You must be signed in to change notification settings - Fork 98
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
svn: command not found #158
Comments
You will need to install the I have also added a fix to my plugin repo here if you wish to copy it. Note: that you will need to remove your previous tag, add the |
This is because ubuntu-latest no longer ships with subversion. Solution found here: 10up/action-wordpress-plugin-deploy#158
Thank you for all the help, I was able to fix it. This is the final code after a deep investigation:
|
Glad to help! |
SVN no longer ships with ubuntu as a result svn needs to be installed before the 10up action can be used. more information [here](10up/action-wordpress-plugin-deploy#158 (comment))
Reopening the issue to address it more robustly |
Add step to install subversion. see: 10up/action-wordpress-plugin-deploy#158 (comment)
Hi,
I was using the
master
branch previously, but wanted to use the latest version of this action. So I have changed the configuration to use thestable
instead of themaster
branch.Now I'm getting this error every time, when the action is running:
/home/runner/work/_actions/10up/action-wordpress-plugin-deploy/stable/deploy.sh: line 63: svn: command not found
I have tried everything, but it seems, it is not working anymore. Can someone help me to find out, where is the problem?
This is the repo, where I need help:
https://github.com/Surbma/surbma-salesautopilot-shortcode
The text was updated successfully, but these errors were encountered: