We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e166fb commit 4154fdfCopy full SHA for 4154fdf
.github/workflows/Turtle_File_Quality_Control.yml
@@ -68,5 +68,5 @@ jobs:
68
run: |
69
git config --global user.name "github-actions[bot]"
70
git config --global user.email "github-actions[bot]@users.noreply.github.com"
71
- git add qc-status.txt
+ git add data/qc-status.txt
72
git diff --quiet && git diff --staged --quiet || (git commit -m "Update QC status" && git push)
0 commit comments