Skip to content

Commit 589af36

Browse files
fix: Update README and assets (#15)
* fix * fix README_NAME * Updating README
1 parent bf80e94 commit 589af36

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/update-assets.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ jobs:
1010
runs-on: ['hyperenv', 'medium-eu-west-1']
1111
steps:
1212
- uses: actions/checkout@v4
13+
- name: Copy README.txt to root
14+
run: |
15+
cp plugin/README.txt .
1316
- uses: 10up/action-wordpress-plugin-asset-update@stable
1417
env:
1518
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
1619
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
1720
ASSETS_DIR: '.wordpress-org'
21+
README_NAME: 'README.txt'
22+
IGNORE_OTHER_FILES: true
1823
SLUG: attachmentav

plugin/README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
=== attachmentAV - Antivirus powered by Sophos ===
1+
=== attachmentAV - Virus and Malware Scan powered by Sophos ===
22
Contributors: andreaswittig,michaelwittig
3-
Tags: virus,malware,scan,protection
3+
Tags: antivirus,virus,malware,scan,protection
44
Requires at least: 6.0
55
Tested up to: 6.9.1
66
Stable tag: 1.7.1
77
License: GPLv2
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

10-
Virus and malware scanning for media uploads. Protect your WordPress site from viruses, trojans, and other kinds of malware.
10+
Protect your WordPress site from viruses, trojans, ransomware, and other kinds of malware. Antivirus powered by Sophos.
1111

1212
== Description ==
1313

0 commit comments

Comments
 (0)