Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jbx5 committed Sep 12, 2022
1 parent c17e0b6 commit bf118f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:

- name: Push to hosting
run: |
git clone https://github.com/unethicalite/unethicalite-hosting.git
cp -r ./runelite-client/build/bootstrap/. ./unethicalite-hosting
git clone https://github.com/jbx5/devious-hosting.git
cp -r ./runelite-client/build/bootstrap/. ./devious-hosting
cd unethicalite-hosting
git config --global user.email "burakinan1@hotmail.com"
git config --global user.email "113217895+jbx5@users.noreply.github.com"
git config --global user.name "Github Actions"
git add -A
git commit -m 'Auto release - Client (Snapshot)'
git push https://buracc:${{ secrets.REPO_PAT }}@github.com/unethicalite/unethicalite-hosting.git master
git push https://jbx5:${{ secrets.REPO_PAT }}@github.com/jbx5/devious-hosting.git master
checkstyleMain:
name: Checkstyle main
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:

- name: Push to hosting
run: |
git clone https://github.com/unethicalite/unethicalite-hosting.git
cp -r ./runelite-client/build/bootstrap/. ./unethicalite-hosting
cd unethicalite-hosting
git clone https://github.com/jbx5/devious-hosting.git
cp -r ./runelite-client/build/bootstrap/. ./devious-hosting
cd devious-hosting
git config --global user.email "burakinan1@hotmail.com"
git config --global user.email "113217895+jbx5@users.noreply.github.com"
git config --global user.name "Github Actions"
git add -A
git commit -m 'Auto release - Client (Stable)'
git push https://buracc:${{ secrets.REPO_PAT }}@github.com/unethicalite/unethicalite-hosting.git master
git push https://jbx5:${{ secrets.REPO_PAT }}@github.com/jbx5/devious-hosting.git master
checkstyleMain:
name: Checkstyle main
Expand Down

0 comments on commit bf118f6

Please sign in to comment.