We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8790f0b commit 8a23557Copy full SHA for 8a23557
1 file changed
.github/workflows/main.yml
@@ -8,6 +8,8 @@ jobs:
8
name: New tag
9
runs-on: ubuntu-latest
10
steps:
11
+ - name: Install Subversion
12
+ run: sudo apt-get update && sudo apt-get install -y subversion
13
- name: Checkout code
14
uses: actions/checkout@v4
15
- name: WordPress Plugin Deploy
0 commit comments