From 254659a0f21a044bc71895e500ab0e96ff557319 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Wed, 15 May 2024 17:20:48 -0700 Subject: [PATCH] install_puppet workflow: fix typo in comment --- .github/workflows/install_puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install_puppet.yaml b/.github/workflows/install_puppet.yaml index c33b3d5..15340b0 100644 --- a/.github/workflows/install_puppet.yaml +++ b/.github/workflows/install_puppet.yaml @@ -6,7 +6,7 @@ on: pull_request: branches: [ main ] -# Even thought checkout@v3 is end-of-life, we cannot upgrade to v4 +# Even though checkout@v3 is end-of-life, we cannot upgrade to v4 # because it cannot run on CentOS 7 and Ubuntu 18.04 jobs: install-puppet: