Skip to content

Commit 6802b5b

Browse files
committed
ignore logs
1 parent 34a9f32 commit 6802b5b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/auto-update-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
fi
6666
echo ""
6767
echo "(📦) staging all .mcpack files..."
68-
git add -A '*.mcpack'
68+
git add '**/*.mcpack'
69+
git reset HEAD update_log.txt 2>/dev/null || true
6970
echo "(✓) staging complete"
7071
7172
- name: collect detailed changes

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ package.json
1515
# ignore dev files
1616
*.zip
1717
*.mcpack
18-
!Download*.mcpack
18+
!Download*.mcpack
19+
20+
# bot file
21+
update_log.txt

0 commit comments

Comments
 (0)