🔥 3-day streak
GitHub Actions (GH-200)73 / 142
Question 73 of 142
You maintain a JavaScript action that reads files from the caller's repository working directory. Users report that when they reference your action with 'uses: your-org/format-check@v2', it fails with an error indicating the target source files cannot be found, even though those files clearly exist in the caller's repository. Your action.yml correctly specifies 'runs.using: node20' and 'runs.main: dist/index.js', and your compiled bundle is committed. What is the MOST likely cause the users must address in their workflow?
Reviewed for accuracy · Report an issueNext question