We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a9f32 commit 6802b5bCopy full SHA for 6802b5b
2 files changed
.github/workflows/auto-update-pr.yml
@@ -65,7 +65,8 @@ jobs:
65
fi
66
echo ""
67
echo "(📦) staging all .mcpack files..."
68
- git add -A '*.mcpack'
+ git add '**/*.mcpack'
69
+ git reset HEAD update_log.txt 2>/dev/null || true
70
echo "(✓) staging complete"
71
72
- name: collect detailed changes
.gitignore
@@ -15,4 +15,7 @@ package.json
15
# ignore dev files
16
*.zip
17
*.mcpack
18
-!Download*.mcpack
+!Download*.mcpack
19
+
20
+# bot file
21
+update_log.txt
0 commit comments