Skip to content

Commit

Permalink
Merge pull request #1020 from thc202/website-default-branch
Browse files Browse the repository at this point in the history
Update website's default branch
  • Loading branch information
psiinon authored Sep 28, 2023
2 parents 6e8d631 + 4b73d01 commit f7991b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alert-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
git remote set-url origin https://$GITHUB_USER:[email protected]/$GITHUB_USER/zaproxy-website.git
git commit -m "Update alert pages" --signoff
git push --set-upstream origin update-alerts --force
hub pull-request -b zaproxy:master --no-edit
hub pull-request -b zaproxy:main --no-edit
fi
2 changes: 1 addition & 1 deletion .github/workflows/event-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
git add site/data/events.yaml
git commit -m "Update events page" --signoff
git push --set-upstream origin update-events --force
hub pull-request -b zaproxy:master --no-edit
hub pull-request -b zaproxy:main --no-edit
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ val updateWebsite by tasks.registering(CreatePullRequest::class) {

user.set(ghUser)
repo.set(websiteRepo)
baseBranchName.set("main")
branchName.set("update-data")

commitSummary.set("Update data")
Expand Down

0 comments on commit f7991b5

Please sign in to comment.