Skip to content

Commit

Permalink
Update copy-md.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta committed Sep 14, 2023
1 parent d73e2cd commit a4b96e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/copy-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ jobs:
with:
commit_message: sync documentation changes

- name: Push Changes
run: git push origin sync-docs-branch

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
branch: main
base: main
branch: sync-docs-branch
title: "Sync Documentation Changes"
body: "Automatically generated by GitHub Actions to sync documentation changes."

0 comments on commit a4b96e7

Please sign in to comment.