Skip to content

Commit

Permalink
chore(workflows): add Subversion installation
Browse files Browse the repository at this point in the history
  • Loading branch information
timohubois committed Dec 12, 2024
1 parent 2743dc2 commit 7de7567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploay-asset-readme-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- name: Install Subversion
run: sudo apt-get install subversion
- uses: actions/checkout@master
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
Expand Down

0 comments on commit 7de7567

Please sign in to comment.