running for the first time / using workflow_dispatch (if that makes a difference)
output
SVN was successfully installed.
ℹ︎ SLUG is debug-console-php
ℹ︎ VERSION is refs/heads/master
ℹ︎ ASSETS_DIR is .wordpress-org
➤ Checking out .org repository...
A /home/runner/svn-debug-console-php/assets
A /home/runner/svn-debug-console-php/tags
A /home/runner/svn-debug-console-php/trunk
Updating 'assets':
A assets/banner-1544x500.png
A assets/banner-772x250.png
A assets/icon-128x128.png
Updated to revision 3415759.
Updating 'trunk':
A trunk/src
A trunk/src/Settings
A trunk/vendor
...OMITTING MANY LINES....
Updated to revision 3415759.
Updating 'tags':
A tags/3.5
Updated to revision 3415759.
➤ Copying files...
ℹ︎ Using .gitattributes
fatal: pathspec 'LICENSE
README.md
...OMITTING MANY LINES....
Error: Process completed with exit code 128.
not familiar enough with svn to know where the error originates
ℹ︎ VERSION is refs/heads/master. seems a bit suspect vs. "3.5" or "v3.5"
google says:
Examine the full error message:
The exit code 128 is often accompanied by more specific error messages in the console output. Analyze these messages for clues about the root cause.
running for the first time / using workflow_dispatch (if that makes a difference)
output
not familiar enough with svn to know where the error originates
ℹ︎ VERSION is refs/heads/master. seems a bit suspect vs. "3.5" or "v3.5"google says: