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

You are packaging a reusable set of shell steps as a composite action inside a repository at the path .github/actions/deploy-helper/. A teammate consuming the action with uses: ./.github/actions/deploy-helper reports the error 'Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under ...deploy-helper'. You confirm the folder contains a file named composite-action.yml with valid metadata and runs.using set to 'composite'. What is the correct fix?

Reviewed for accuracy · Report an issueNext question