Skip to content

Commit

Permalink
Update push-asset-readme-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o authored Dec 18, 2024
1 parent 14c0b9e commit 98f190c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/push-asset-readme-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install SVN
run: |
sudo apt-get update
sudo apt-get install subversion
- name: WordPress.org plugin asset/readme update
uses: nk-crew/action-wordpress-plugin-asset-update@develop
Expand Down

0 comments on commit 98f190c

Please sign in to comment.