Revise comment

This commit is contained in:
James M. Greene
2022-08-03 21:46:57 -05:00
parent 55225928a1
commit e2ea66d572

View File

@@ -1,8 +1,7 @@
# `dist/index.js` is a special file in Actions. # When you reference this Action with `uses:` in a workflow,
# When you reference an action with `uses:` in a workflow, # `dist/index.js` is the code that will run.
# `index.js` is the code that will run. # For our project, we generate this file using `ncc`.
# 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.
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
name: Check dist/ name: Check dist/
on: on: