We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe704d commit e2c50bfCopy full SHA for e2c50bf
.github/workflows/deploy.yml
@@ -10,6 +10,10 @@ jobs:
10
steps:
11
- name: Checkout code
12
uses: actions/checkout@v2 # https://github.com/actions/checkout/releases/tag/v2
13
+
14
+ - name: Install Subversion
15
+ run: sudo apt-get install subversion
16
17
- name: WordPress plugin deploy
18
id: deploy
19
uses: 10up/action-wordpress-plugin-deploy@stable # https://github.com/10up/action-wordpress-plugin-deploy
0 commit comments