From 9ad1870cf7342620c71154ae0abff1eea885d8e6 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Mon, 21 Oct 2024 15:46:49 +1000 Subject: [PATCH] Remove the asset update, as it's no longer needed. --- .github/workflows/asset-readme.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/asset-readme.yml diff --git a/.github/workflows/asset-readme.yml b/.github/workflows/asset-readme.yml deleted file mode 100644 index 2bfcc50..0000000 --- a/.github/workflows/asset-readme.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Plugin asset/readme update - -on: - push: - branches: - - master - paths: - - '.wordpress-org/**' - - 'src/readme.txt' - -jobs: - trunk: - name: Push to trunk - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - name: WordPress.org plugin asset/readme update - uses: 10up/action-wordpress-plugin-asset-update@stable - env: - README_NAME: src/readme.txt - SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} - SVN_USERNAME: ${{ secrets.SVN_USERNAME }}