Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Push
run: |
git config user.name "Mikl Wolfe"
git config user.email "wolfe@mikl.com"
git config user.email "wolfemikl@gmail.com"
git add docs
git commit -am 'Update production build'
git push -fu origin main:client
5 changes: 3 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.DISPATCH_REPO }}

- name: Webpack
run: |
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
git config user.name "Mikl Wolfe"
git config user.email "wolfemikl@gmail.com"
git remote add beta https://github.com/chiefmikey/gitlang-beta.git
git checkout -b beta/main
git add docs
git commit -am 'Update test build'
git push -fu beta main:
git push -fu beta main