Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

Latest commit

 

History

History
56 lines (43 loc) · 1.83 KB

README.md

File metadata and controls

56 lines (43 loc) · 1.83 KB

⚠️ 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.

WP Text Domain - Github Action

This Action Adds TextDomain To your wordpress Plugin / Theme based on the content inside Github Repo

Configuration

  • ITEM_SLUG - Slug of your WordPress Theme / Plugin Slug Required
  • GITHUB_TOKEN - you do not need to generate one but you do have to explicitly make it available to the Action

Example Workflow File

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"]
}

Contribute

If you would like to help, please take a look at the list of issues or the To Do checklist.

License

Our GitHub Actions are available for use and remix under the MIT license.

Copyright

2017 - 2018 Varun Sridharan, varunsridharan.in

If you find it useful, let me know 😉

You can contact me on Twitter or through my email.

Backed By

DigitalOcean JetBrains Tidio Chat