Skip to content

Commit c8e6cc0

Browse files
authored
Update text.yml
1 parent fc00e63 commit c8e6cc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/text.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
run: |
3636
git config user.name "github-actions[bot]"
3737
git config user.email "github-actions[bot]@users.noreply.github.com"
38-
git add -A
38+
git add data/
3939
if git diff --cached --quiet; then
4040
echo "No changes to commit"
4141
else
42-
git commit -m "Update data and postprocess outputs"
42+
git commit -m "Update object string copyable"
4343
git push
4444
fi

0 commit comments

Comments
 (0)