Skip to content

Commit

Permalink
Add slug to GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
grappler committed Dec 18, 2020
1 parent cf6f02a commit 014f1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wordpress-org-asset-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
- name: WordPress.org plugin asset/readme update
uses: wearerequired/action-wordpress-plugin-asset-update@copy-only
env:
SLUG: 'wp-widget-disable'
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
1 change: 1 addition & 0 deletions .github/workflows/wordpress-org-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
- name: WordPress Plugin Deploy
uses: 10up/[email protected]
env:
SLUG: 'wp-widget-disable'
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}

0 comments on commit 014f1e3

Please sign in to comment.