From 54052983e85d97424411979ee9fcb0532a8e09c6 Mon Sep 17 00:00:00 2001 From: Ari Kalfus Date: Wed, 23 Oct 2019 00:30:12 -0400 Subject: [PATCH] Adding a Deployment action to upload a Collection to Ansible Galaxy https://github.com/artis3n/ansible_galaxy_collection This action automatically uploads a new version of a Galaxy Collection to Ansible Galaxy upon a published release in a Github repo. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c82643..1ba729c 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [FTP Deploy Action, Deploys a GitHub project to a FTP server using GitHub actions](https://github.com/SamKirkland/FTP-Deploy-Action) - [Publish Article to Dev.to](https://github.com/tylerauerbeck/publish-to-dev.to-action) - [Action For Semantic Release](https://github.com/cycjimmy/semantic-release-action) +- [Deploy a Collection to Ansible Galaxy](https://github.com/artis3n/ansible_galaxy_collection) ### External Services