diff options
| author | seth <[email protected]> | 2023-02-10 07:04:35 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-10 02:04:51 -0500 |
| commit | de959838d5941bdf132a98f83fc15292a0f19e39 (patch) | |
| tree | 6780ae6c8b5be20967ae03219a5765c3742859e4 | |
| parent | 02bdb7bac444f0570fe68876317cdfe3ee815c78 (diff) | |
actually push mod updates
:trollface:
| -rw-r--r-- | .github/workflows/update-mods.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/update-mods.yml b/.github/workflows/update-mods.yml index 9b6ef42..86db762 100644 --- a/.github/workflows/update-mods.yml +++ b/.github/workflows/update-mods.yml @@ -30,3 +30,5 @@ jobs: git add mods/ index.toml pack.toml git commit -m "chore: update mods" + + git push |
