Skip to content

Commit 81e2ac1

Browse files
Add data/sub.txt to git add in workflow
1 parent 20f102c commit 81e2ac1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-configs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
# Add freshly generated files
100100
git add config/ 2>/dev/null || true
101101
git add README.md 2>/dev/null || true
102+
git add data/sub.txt 2>/dev/null || true
102103
103104
# Only commit if there are changes
104105
if ! git diff --staged --quiet; then

0 commit comments

Comments
 (0)