From 85eb704770e254c7902a6e0a0dba6eee90ae55e9 Mon Sep 17 00:00:00 2001 From: sylviamoss Date: Tue, 15 Dec 2020 14:59:25 +0100 Subject: [PATCH] improve text --- website/content/docs/extending/plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/extending/plugins.mdx b/website/content/docs/extending/plugins.mdx index f92787086..9440e8a0b 100644 --- a/website/content/docs/extending/plugins.mdx +++ b/website/content/docs/extending/plugins.mdx @@ -261,7 +261,7 @@ the logs to be helpful. To create a GitHub release with the assets that will be consumed by Packer, we provide a pre-defined release workflow configuration using [GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions). We strongly encourage maintainers to use this configuration -to make sure the release contains the expected by Packer when loading a plugin. +to make sure the release contains the assets expected by Packer to load and use a plugin. [GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions) allow you to execute workflows when events on your repository occur. You can use this to create releases whenever a new version tag is created on your repository.