Skip to content

Commit 9544cf8

Browse files
authored
chore(ci): use WP composite deploy (#411)
1 parent 15802f4 commit 9544cf8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/push.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ jobs:
77
name: New Release
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@master
10+
- uses: actions/checkout@main
1111
# See https://github.com/actions/runner/issues/2033
12-
- name: Configure Git
13-
run: |
14-
git config --global --add safe.directory "$GITHUB_WORKSPACE"
1512
- name: WordPress Plugin Deploy
16-
uses: 10up/action-wordpress-plugin-deploy@master
13+
uses: 10up/action-wordpress-plugin-deploy@2.2.1
1714
env:
1815
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
1916
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)