diff options
Diffstat (limited to '.github/workflows/update-mods.yml')
| -rw-r--r-- | .github/workflows/update-mods.yml | 5 |
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 |
