Skip to content

Commit cdf816a

Browse files
add step uses error resolution
1 parent b4caf02 commit cdf816a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs-v2/pages/projects/git.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,18 @@ Yes, you can use the GitHub Syncing feature to develop your workflows from YAML
198198

199199
Then pushing changes to the `production` branch will trigger a deploy for your Pipedream workflows.
200200

201+
### How can I fix the error about "could not resolve step[index].uses: component-key@version":
202+
When you publish a private component to your workspace and reference it in a workflow, the workspace name should be prefixed in the component key in your `workflow.yaml` configuration file.
203+
204+
For example, if you modified a [registry action](https://pipedream.com/docs/apps/contributing) and published it to your workspace, the correct component key is `@workspacename/component-key@version` (e.g. `@pipedream/[email protected]`).
205+
206+
1. Clone your repository locally and create a dev branch.
207+
2. Find the line of the error and add the workspace name prefix to the component key.
208+
3. Commmit your change and push it.
209+
4. Open your project in the Pipedream UI, select your dev branch.
210+
5. Click on Merge to Production and verify if the workflow deployment was successful in the [Changelog](https://pipedream.com/docs/projects/git#use-the-changelog).
211+
6. If you need further help, [reach out to support](https://pipedream.com/support).
212+
201213
### Why am I seeing an error about "private auth mismatch" when trying to merge a branch to production?
202214
![Private Auth Mismatch](https://res.cloudinary.com/pipedreamin/image/upload/v1704258143/private_auth_mismatch_kzdd7e.png)
203215

0 commit comments

Comments
 (0)