We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b5e18 commit 20d3766Copy full SHA for 20d3766
microagents/knowledge/gitlab.md
@@ -30,6 +30,6 @@ Here are some instructions for pushing, but ONLY do this if the user asks you to
30
git remote -v && git branch # to find the current org, repo and branch
31
git checkout -b create-widget && git add . && git commit -m "Create widget" && git push -u origin create-widget
32
curl -X POST "https://gitlab.com/api/v4/projects/$PROJECT_ID/merge_requests" \
33
- -H "PRIVATE-TOKEN: $GITLAB_TOKEN" \
+ -H "Authorization: Bearer $GITLAB_TOKEN" \
34
-d '{"source_branch": "create-widget", "target_branch": "openhands-workspace", "title": "Create widget"}'
35
```
0 commit comments