Skip to content

Commit

Permalink
Merge pull request #2853 from ricekot/fix-blog-generation-workflow
Browse files Browse the repository at this point in the history
Fix monthly updates blog gen workflow
  • Loading branch information
thc202 authored Nov 1, 2024
2 parents 07767bc + 2b65dc4 commit 3975cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-monthly-updates-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
git remote set-url origin https://$GITHUB_USER:[email protected]/$GITHUB_USER/zaproxy-website.git
git add $DIR
git commit -sm "blog: Add monthly updates post"
git push --set-upstream origin $BRANCH_NAME --force-with-lease
git push --set-upstream origin $BRANCH_NAME --force
# Create a draft PR
gh pr create --repo zaproxy/zaproxy-website --fill --draft

0 comments on commit 3975cc8

Please sign in to comment.