From 6f80cc86137d78c9d231c67c64d856a40526a834 Mon Sep 17 00:00:00 2001 From: Robin Avery Date: Sun, 1 Sep 2024 07:12:39 -0400 Subject: [PATCH] style: fix wording in build.yml comment (#29) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73acdd1..3a979f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,8 +134,8 @@ jobs: extra-args: | --disable-content-trust - # This section is optional and only needs to be enabled in you plan on distributing - # your project to others to consume. You will need to create a public and private key + # This section is optional and only needs to be enabled if you plan on distributing + # your project for others to consume. You will need to create a public and private key # using Cosign and save the private key as a repository secret in Github for this workflow # to consume. For more details, review the image signing section of the README.