Skip to content

Commit 405d862

Browse files
committed
limit the git add to just db.json and src/
1 parent 10fce91 commit 405d862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
BRANCH_NAME="${BRANCH_NAME}-${TIMESTAMP}"
3737
fi
3838
git checkout -b $BRANCH_NAME
39-
git add .
39+
git add db.json src/
4040
git commit -m "Automated update"
4141
git push --set-upstream origin $BRANCH_NAME
4242
echo "::set-output name=changes_detected::true"

0 commit comments

Comments
 (0)