Skip to content

Commit 75324ae

Browse files
committed
m
1 parent adf9d34 commit 75324ae

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626

2727
- name: Commit changes
2828
run: |
29-
git config --global user.name "github-actions[bot]"
30-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
29+
git config --global user.name "jolly-bot"
30+
git config --global user.email "jolly-[email protected]"
3131
git add .
3232
git diff --cached --quiet || git commit -m "JollyBot: auto-format Lua files using Stylua"
3333
git push

items/challenge.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ local sticker_sheet = {
1616
modifiers = {},
1717
},
1818
restrictions = {
19-
banned_cards = {},
19+
banned_cards = {
20+
21+
},
2022
banned_other = {},
2123
},
2224
deck = {

0 commit comments

Comments
 (0)