Skip to content

Commit ab11ea2

Browse files
readme / schedule
1 parent 47fd496 commit ab11ea2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/slice.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: slice
22

33
on:
44
push:
5-
# schedule:
6-
# - cron: '0 * * * *'
5+
schedule:
6+
- cron: '0 * * * *'
77

88
jobs:
99
build:

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
## Minetest game mod slicer
3+
4+
![slice](https://github.com/minetest-game/repo_slicer/workflows/slice/badge.svg)

slice.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
22
cd minetest_game
33
git subtree split -P mods/$1 -b $1
4-
git config -l
54
git push "https://x-access-token:${access_token}@github.com/minetest-game/${1}.git" ${1}:master

0 commit comments

Comments
 (0)