summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-10 02:16:58 -0500
committerseth <[email protected]>2023-02-10 02:22:22 -0500
commit2a45c8fc84a70bab03c1799e9a36c55132d7cb8b (patch)
tree2bde518e700acf024743515ded06c9671dad5a7a /.github
parentde959838d5941bdf132a98f83fc15292a0f19e39 (diff)
simpify git push
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