File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 token : ${{ secrets.GITHUB_TOKEN }}
2222 version : latest
23- # CLI arguments
2423 args : .
24+
25+ - name : Commit changes
26+ run : |
27+ git config --global user.name "github-actions[bot]"
28+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
29+ git add .
30+ git diff --cached --quiet || git commit -m "JollyBot: auto-format Lua files using Stylua"
31+ git push
Original file line number Diff line number Diff line change @@ -315,13 +315,11 @@ SMODS.ObjectType({
315315 self :inject_card (G .P_CENTERS .j_space )
316316 end ,
317317})
318- SMODS .ObjectType ( {
318+ SMODS .ObjectType ( {
319319 object_type = " ObjectType" ,
320- key = " Tier3" ,
320+ key = " Tier3" ,
321321 default = " v_blank" ,
322- cards = {
323-
324- },
322+ cards = {},
325323})
326324SMODS .ObjectType ({
327325 object_type = " ObjectType" ,
You can’t perform that action at this time.
0 commit comments