Skip to content
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

deploy.sh: line 63: svn: command not found #159

Open
scott-sharethis opened this issue Dec 31, 2024 · 1 comment
Open

deploy.sh: line 63: svn: command not found #159

scott-sharethis opened this issue Dec 31, 2024 · 1 comment
Labels
type:bug Something isn't working.

Comments

@scott-sharethis
Copy link

Describe the bug
When running a deploy for a new plugin version I'm now receiving this error for all plugins I try to deploy:
/home/runner/work/_actions/10up/action-wordpress-plugin-deploy/stable/deploy.sh: line 63: svn: command not found

ubuntu-latest does still contain SVN so I'm not sure what the reason for the sudden command not found is.

Steps to Reproduce

  1. Create github action worflow using:
    name: Deploy to WordPress.org
    on:
    push:
    tags:
    - "*"
    jobs:
    tag:
    name: New tag
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: WordPress Plugin Deploy
    uses: 10up/action-wordpress-plugin-deploy@stable
    env:
    SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
    SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
  2. Run action
  3. See error in response and fail

Expected behavior
Deploy happens successfully without error.

Additional context
This was working for all plugins 8 months ago during my last deploy of the plugin updates.

@jeffpaul
Copy link
Member

jeffpaul commented Jan 2, 2025

@scott-sharethis see notes in #158 (comment) to help resolve this issue

@vikrampm1 vikrampm1 moved this from Incoming to In Progress in Open Source Practice Jan 2, 2025
@vikrampm1 vikrampm1 added the type:bug Something isn't working. label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working.
Projects
Status: In Progress
Development

No branches or pull requests

3 participants