Skip to content

Commit 3679dce

Browse files
committed
ci: update slug for automatic deployment
1 parent 39689dc commit 3679dce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/wordpress-plugin-asset-update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: WordPress.org plugin asset/readme update
2323
uses: 10up/action-wordpress-plugin-asset-update@stable
2424
env:
25+
SLUG: stklcode-liveticker
2526
ASSETS_DIR: assets
2627
README_NAME: README.md
2728
SVN_PASSWORD: ${{ secrets.WP_SVN_PASSWORD }}

.github/workflows/wordpress-plugin-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: WordPress Plugin Deploy
2424
uses: 10up/action-wordpress-plugin-deploy@stable
2525
env:
26+
SLUG: stklcode-liveticker
2627
ASSETS_DIR: assets
2728
SVN_PASSWORD: ${{ secrets.WP_SVN_PASSWORD }}
2829
SVN_USERNAME: ${{ secrets.WP_SVN_USERNAME }}

0 commit comments

Comments
 (0)