Skip to content

Commit

Permalink
Update (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
thefourcraft authored Sep 12, 2023
1 parent 8edc73f commit ddea708
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create_docusaurus_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ jobs:
- name: Add, Commit and Push Changes
run: |
ISSUE_NUMBER=${{ github.event.issue.number }}
BRANCH_NAME="new-page-${ISSUE_NUMBER}"
git add .
git commit -m "Create new Docusaurus page from issue $ISSUE_NUMBER"
git push
git push -u origin $BRANCH_NAME
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit ddea708

Please sign in to comment.