Skip to content

Commit

Permalink
Iteration 4.1 - trying to create a pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavo-codium committed Nov 8, 2024
1 parent 38823f1 commit b6c2f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
repo: 'codium-proxy',
title: 'Automated update to docs_context.txt',
head: 'update-docs-context-branch',
base: 'main', # Adjust this if the target branch is different
base: 'main',
body: 'This is an automated pull request to update docs_context.txt',
});
core.setOutput("pull_request_url", pullRequest.data.html_url);

0 comments on commit b6c2f80

Please sign in to comment.