Skip to content

Commit

Permalink
Merge pull request #60 from 10up/feature/update-action-examples
Browse files Browse the repository at this point in the history
Update action examples to install svn
  • Loading branch information
dkotter authored Nov 22, 2024
2 parents 491ca25 + 458aacb commit 6408ae8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install SVN ( Subversion )
run: |
sudo apt-get update
sudo apt-get install subversion
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
Expand Down

0 comments on commit 6408ae8

Please sign in to comment.