From dd9609b42c55484ee8ea1c41b637422edd535a98 Mon Sep 17 00:00:00 2001 From: Luke Cheung Engle <99493186+luke-engle@users.noreply.github.com> Date: Tue, 20 Sep 2022 09:33:10 -0700 Subject: [PATCH] Change 'GitHub Action' to 'action Co-authored-by: Ethan Dennis --- gitlab/5-custom-transformers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/5-custom-transformers.md b/gitlab/5-custom-transformers.md index 6d34709..98f533a 100644 --- a/gitlab/5-custom-transformers.md +++ b/gitlab/5-custom-transformers.md @@ -63,7 +63,7 @@ The converted workflow above contains an `artifacts.terraform` step that was not - __artifacts.terraform__ 2. What is the desired Actions syntax to use instead? - - After some research, you have determined that the following GitHub Action will provide similar functionality: + - After some research, you have determined that the following action will provide similar functionality: ```yaml - uses: actions/upload-artifact@v3