🔥 3-day streak
GitHub Actions (GH-200)68 / 142
Question 68 of 142

You are authoring a JavaScript action stored at the root of a repository. The compiled entrypoint is bundled into dist/index.js using a tool like ncc. When a consumer references your action, the runner reports: 'Error: File not found: index.js'. Your action.yml currently contains a 'runs' block with 'using: node20'. Which change to action.yml will correctly point the runner at your bundled entrypoint?

Reviewed for accuracy · Report an issueNext question