From e2ea66d572fe566c39ced5084f96c9827e057dfd Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Wed, 3 Aug 2022 21:46:57 -0500 Subject: [PATCH] Revise comment --- .github/workflows/check-dist.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index cc4b07d..ecbfc2b 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -1,8 +1,7 @@ -# `dist/index.js` is a special file in Actions. -# When you reference an action with `uses:` in a workflow, -# `index.js` is the code that will run. -# For our project, we generate this file using `ncc` -# We need to make sure the checked-in `index.js` actually matches what we expect it to be. +# When you reference this Action with `uses:` in a workflow, +# `dist/index.js` is the code that will run. +# For our project, we generate this file using `ncc`. +# We need to make sure the checked-in `dist/index.js` actually matches what we expect it to be. name: Check dist/ on: