Skip to content

Commit

Permalink
Lit (#30)
Browse files Browse the repository at this point in the history
* Update global github user

* update files and improve worklflow

* update workflow for the 8071234 time

* update branch, hope this fix work

* add username
  • Loading branch information
thefourcraft authored Sep 12, 2023
1 parent 9983d34 commit 8edc73f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create_docusaurus_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
ref: Production
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set Git User and Email
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
- name: Checkout New Branch
run: |
ISSUE_NUMBER=${{ github.event.issue.number }}
Expand Down

0 comments on commit 8edc73f

Please sign in to comment.