File tree Expand file tree Collapse file tree 3 files changed +33
-32
lines changed Expand file tree Collapse file tree 3 files changed +33
-32
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ on : push
2
+ name : Asset/readme update
3
+ jobs :
4
+ filtersForGitHubActions :
5
+ name : Filters for GitHub Actions
6
+ runs-on : ubuntu-latest
7
+ steps :
8
+ - uses : actions/checkout@master
9
+ - name : Filters for GitHub Actions
10
+ uses : actions/bin/filter@master
11
+ with :
12
+ args : branch master
13
+ - name : Plugin Asset Update
14
+ uses : 10up/action-wordpress-plugin-asset-update@master
15
+ env :
16
+ SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
17
+ SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
Original file line number Diff line number Diff line change
1
+ on : push
2
+ name : Deploy
3
+ jobs :
4
+ tag :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - uses : actions/checkout@master
8
+ - name : tag
9
+ uses : actions/bin/filter@master
10
+ with :
11
+ args : tag
12
+ - name : WordPress Plugin Deploy
13
+ uses : 10up/action-wordpress-plugin-deploy@master
14
+ env :
15
+ SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
16
+ SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
You can’t perform that action at this time.
0 commit comments