There was an error while loading. Please reload this page.
1 parent 47fd496 commit ab11ea2Copy full SHA for ab11ea2
.github/workflows/slice.yml
@@ -2,8 +2,8 @@ name: slice
2
3
on:
4
push:
5
-# schedule:
6
-# - cron: '0 * * * *'
+ schedule:
+ - cron: '0 * * * *'
7
8
jobs:
9
build:
readme.md
@@ -0,0 +1,4 @@
1
+
+## Minetest game mod slicer
+
slice.sh
@@ -1,5 +1,4 @@
#!/bin/bash
cd minetest_game
git subtree split -P mods/$1 -b $1
-git config -l
git push "https://x-access-token:${access_token}@github.com/minetest-game/${1}.git" ${1}:master
0 commit comments