Skip to content

Commit

Permalink
Replace hub with gh in workflows
Browse files Browse the repository at this point in the history
Signed-off-by: ricekot <[email protected]>
  • Loading branch information
ricekot committed Oct 10, 2023
1 parent 5dd1490 commit edd1cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 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:main --no-edit
gh pr create -R zaproxy/zaproxy-website -f
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:main --no-edit
gh pr create -R zaproxy/zaproxy-website -f

0 comments on commit edd1cfc

Please sign in to comment.