Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit fd9f5df

Browse files
authored
Merge pull request #313 from rtCamp/update/action
Update to 10up deploy action [ develop ]
2 parents 38605ac + e98819d commit fd9f5df

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/create.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ jobs:
77
tag:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
11+
- name: Install SVN ( Subversion )
12+
run: |
13+
sudo apt-get update
14+
sudo apt-get install subversion
1115
- name: WordPress Plugin Deploy
12-
uses: rtCamp/action-wordpress-org-plugin-deploy@master
16+
uses: 10up/action-wordpress-plugin-deploy@stable
1317
env:
1418
ASSETS_DIR: wpassets
1519
EXCLUDE_LIST: .bowerrc .gitattributes .gitignore .jshintrc .travis.yml CONTRIBUTING.md
1620
Gruntfile.js README.md deploy.sh package-lock.json package.json phpcs.xml phpunit.xml
1721
tests .babelrc .eslintignore .eslintrc .jscsrc .jshintignore .npmrc .nvmrc webpack.config.js
1822
SLUG: transcoder
19-
WORDPRESS_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }}
20-
WORDPRESS_USERNAME: ${{ secrets.WORDPRESS_USERNAME }}
23+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
24+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)