⚠️ Note: To use this GitHub Action, you must have access to GitHub Actions. GitHub Actions are currently only available in public beta. You can apply for Github Actions beta access here.
This Action Adds TextDomain To your wordpress Plugin / Theme based on the content inside Github Repo
ITEM_SLUG
- Slug of your WordPress Theme / Plugin Slug RequiredGITHUB_TOKEN
- you do not need to generate one but you do have to explicitly make it available to the Action
workflow "Deploy" {
resolves = ["WP Text Domain"]
on = "push"
}
action "WP Text Domain" {
uses = "wpapps/wp-text-domain@master"
env = {
DOMAIN = "your-textdomain"
}
secrets = ["GITHUB_TOKEN"]
}
If you would like to help, please take a look at the list of issues or the To Do checklist.
Our GitHub Actions are available for use and remix under the MIT license.
2017 - 2018 Varun Sridharan, varunsridharan.in
If you find it useful, let me know 😉
You can contact me on Twitter or through my email.