We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc00e63 commit c8e6cc0Copy full SHA for c8e6cc0
1 file changed
.github/workflows/text.yml
@@ -35,10 +35,10 @@ jobs:
35
run: |
36
git config user.name "github-actions[bot]"
37
git config user.email "github-actions[bot]@users.noreply.github.com"
38
- git add -A
+ git add data/
39
if git diff --cached --quiet; then
40
echo "No changes to commit"
41
else
42
- git commit -m "Update data and postprocess outputs"
+ git commit -m "Update object string copyable"
43
git push
44
fi
0 commit comments