Skip to content

Commit

Permalink
Add - Update readme and assets github action
Browse files Browse the repository at this point in the history
  • Loading branch information
iamprazol committed Feb 16, 2024
1 parent c76c785 commit 4cb127c
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 103 deletions.
8 changes: 6 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
/.* export-ignore
CHANGELOG.txt export-ignore
bin export-ignore
CODE_OF_CONDUCT.md export-ignore
changelog.txt export-ignore
composer.* export-ignore
Gruntfile.js export-ignore
renovate.json export-ignore
package.json export-ignore
package-lock.json export-ignore
phpcs.xml export-ignore
webpack.config.js export-ignore
phpcs.xml.dist export-ignore
phpunit.xml.dist export-ignore
README.md export-ignore
17 changes: 17 additions & 0 deletions .github/workflows/push-asset-readme-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Plugin asset/readme update
on:
push:
branches:
- update/push-to-trunk
jobs:
master:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
IGNORE_OTHER_FILES: true
Loading

0 comments on commit 4cb127c

Please sign in to comment.