summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-10 02:16:58 -0500
committerseth <[email protected]>2023-02-10 02:22:44 -0500
commit2ef56de45be2f7063d937dccc46bf20448ceb594 (patch)
tree68bb5556de895157e9c59ee15cd9c6e677ce0419 /.github/workflows
parent62e44e7eb781b6ad38aafd3412debf74bb8ee505 (diff)
simpify git push
Diffstat (limited to '.github/workflows')
-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