From c4466f2c544f10651126e68ff703103ddf79d14f Mon Sep 17 00:00:00 2001 From: Rick M Date: Sun, 29 Oct 2023 10:17:24 -0400 Subject: [PATCH] Switch from hub to gh (#196) --- .github/workflows/create_www_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_www_update.yml b/.github/workflows/create_www_update.yml index a882882..3d9d55e 100644 --- a/.github/workflows/create_www_update.yml +++ b/.github/workflows/create_www_update.yml @@ -41,4 +41,4 @@ jobs: git commit -m "VWAD Update $SHORT_DATE" -m "Updates based on $SRC_BASE" git push --set-upstream origin $BRANCH --force # Open the PR - hub pull-request --no-edit + gh pr create -R OWASP/www-project-vulnerable-web-applications-directory --fill