You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dot-org-content.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,6 @@ jobs:
37
37
runs-on: ubuntu-latest
38
38
steps:
39
39
- name: Create a new branch
40
-
run: gh pr create -B base_branch -H branch_to_merge --title 'NGINX Plus - Module Ref - Update content for content/nginx due to detected changes' --body '### Proposed Changes\nUpdated NGINX Plus docs'
40
+
run: gh pr create -B main -H new_module_changes --title 'NGINX Plus - Module Ref - Update content for content/nginx due to detected changes' --body '### Proposed Changes\nUpdated NGINX Plus docs'
0 commit comments