A Forgejo Actions module to create automatic releases on forgejo for WordPress plugins.
| action.yml | initial commit | |
| LICENSE | Initial commit | |
| README.md | initial commit | |
| wordpress-plugin-release.sh | initial commit | |
wordpress-plugin-release
Description
Creates a WordPress plugin release on Forgejo, extracting the changelog and uploading a zip.
Inputs
| name | description | required | default |
|---|---|---|---|
github_token |
GitHub token for authentication |
true |
"" |
plugin_name |
The name of the plugin directory in the archive |
true |
"" |
url |
Forgejo/GitHub instance URL |
false |
"" |
repo |
Repository owner/project |
false |
"" |
tag |
Tag for the release |
false |
"" |
title |
Title of the release |
false |
"" |
prerelease |
Mark release as pre-release |
false |
false |
hide_archive_link |
Hide default archive links |
false |
false |
Runs
This action is a composite action.