We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: not found
Deploying the Pronamic Pay plugin to wordpress.org failed in https://github.com/pronamic/wp-pronamic-pay/actions/runs/13365922587/job/37323580506 because the svn command was not available:
svn
🔎 Check tag existence svn info https://plugins.svn.wordpress.org/pronamic-ideal/tags/9.14.0 sh: 1: svn: not found sh: 1: svn: not found
Subversion has been removed from ubuntu-latest, as mentioned in actions/runner-images#10636:
ubuntu-latest
Removed from the Ubuntu 24.04 image due to maintenance reasons.
Therefore, we need to add an extra step to install Subversion explicitly in this action:
- name: Install Subversion run: | sudo apt-get update sudo apt-get install -y subversion
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Install Subversion (fix #4).
8942136
rvdsteege
Successfully merging a pull request may close this issue.
Deploying the Pronamic Pay plugin to wordpress.org failed in https://github.com/pronamic/wp-pronamic-pay/actions/runs/13365922587/job/37323580506 because the
svn
command was not available:Subversion has been removed from
ubuntu-latest
, as mentioned in actions/runner-images#10636:Therefore, we need to add an extra step to install Subversion explicitly in this action:
The text was updated successfully, but these errors were encountered: