We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf9d34 commit 75324aeCopy full SHA for 75324ae
.github/workflows/pull_request.yml
@@ -26,8 +26,8 @@ jobs:
26
27
- name: Commit changes
28
run: |
29
- git config --global user.name "github-actions[bot]"
30
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "jolly-bot"
+ git config --global user.email "jolly-[email protected]"
31
git add .
32
git diff --cached --quiet || git commit -m "JollyBot: auto-format Lua files using Stylua"
33
git push
items/challenge.lua
@@ -16,7 +16,9 @@ local sticker_sheet = {
16
modifiers = {},
17
},
18
restrictions = {
19
- banned_cards = {},
+ banned_cards = {
20
+
21
+ },
22
banned_other = {},
23
24
deck = {
0 commit comments