diff --git a/.github/workflows/push-dev.yml b/.github/workflows/push-dev.yml index bd0ad4f03c..cb5c8a62c2 100644 --- a/.github/workflows/push-dev.yml +++ b/.github/workflows/push-dev.yml @@ -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 diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index a00f6fa781..28eca678da 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -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