Skip to content

Commit 4154fdf

Browse files
authored
Update Turtle_File_Quality_Control.yml
1 parent 4e166fb commit 4154fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Turtle_File_Quality_Control.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
run: |
6969
git config --global user.name "github-actions[bot]"
7070
git config --global user.email "github-actions[bot]@users.noreply.github.com"
71-
git add qc-status.txt
71+
git add data/qc-status.txt
7272
git diff --quiet && git diff --staged --quiet || (git commit -m "Update QC status" && git push)

0 commit comments

Comments
 (0)