Skip to content

Commit

Permalink
Use stable version of 10up/action-wordpress-plugin-asset-update
Browse files Browse the repository at this point in the history
Set IGNORE_OTHER_FILES to true to replicate behaviour of our fork
  • Loading branch information
ocean90 committed Mar 26, 2023
1 parent 17df05e commit 44a6e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/wordpress-org-asset-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
uses: actions/checkout@v3

- name: WordPress.org plugin asset/readme update
uses: wearerequired/action-wordpress-plugin-asset-update@copy-only
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SLUG: 'wp-widget-disable'
IGNORE_OTHER_FILES: 'true'
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/wordpress-org-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
composer install --no-progress --no-dev --no-ansi --prefer-dist --no-interaction --no-scripts --optimize-autoloader
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@2.1.1
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SLUG: 'wp-widget-disable'
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Expand Down

0 comments on commit 44a6e42

Please sign in to comment.