summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-mods.yml5
1 files changed, 1 insertions, 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 '[email protected]'
- 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