From 2a45c8fc84a70bab03c1799e9a36c55132d7cb8b Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 10 Feb 2023 02:16:58 -0500 Subject: simpify git push --- .github/workflows/update-mods.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/update-mods.yml b/.github/workflows/update-mods.yml index 86db762..9c736a9 100644 --- a/.github/workflows/update-mods.yml +++ b/.github/workflows/update-mods.yml @@ -25,10 +25,7 @@ jobs: run: | git config --global user.name 'github-actions' git config --global user.email 'github-actions@github.com' - git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} - + git add mods/ index.toml pack.toml - git commit -m "chore: update mods" - git push -- cgit v1.2.3