added additional awaiting constructs for archive tests to work correc… #58
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Plugin Asset/Readme Update | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
jobs: | |
trunk: | |
name: Push to trunk | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: WordPress.org plugin asset/readme update | |
uses: nk-crew/action-wordpress-plugin-asset-update@develop | |
env: | |
SLUG: visual-portfolio | |
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | |
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} |