github-actions-library icon indicating copy to clipboard operation
github-actions-library copied to clipboard

Collection of Github Actions useful for WordPress Deployments

Results 7 github-actions-library issues
Sort by recently updated
recently updated
newest added

Please check - https://github.com/softprops/action-gh-release/

> GitHub doesn't support organization-wide secrets. So with GitHub secrets, we need to duplicate many secrets, such as dev/test server SSH keys, across multiple repos. What about crossing this out?...

TODOs from the discussion [here](https://github.com/rtCamp/github-actions-wordpress-skeleton/pull/1#discussion_r259889130). 1. Install all the sniffs. WordPress-VIP-Go and ``WordPress` 2. Make sniffer respect the project ruleset.

Deployments can feel slow because we are using [deployer](https://deployer.org). Deployer creates releases on each deploy and copies all the files. This is required in case of production environments to have...

enhancement

Integrate slack message with PHPCS and output failure or success of phpcs checks with link of log.

Need to remove: https://github.com/rtCamp/rtcamp-wordpress-mu/blob/23e36e5347bc16b0659e487e27067b19b2048638/.github/hosts.yml#L16-L20 Need to ensure that the KNOWN_HOSTS file is inside `$GITHUB_WORKSPACE`. ```bash # Setting these options because of ssh-issues in GH actions. # Should not be needed...