Skip to content

Commit

Permalink
still debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko committed Dec 20, 2024
1 parent df01b20 commit 6a13612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sensemaker-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Modify CSV headers
run: |
ls -l
ls -l data/
file="data/comment-groups.csv" \
new_header="comment-id,comment_text,total-votes,total-agrees,total-disagrees,total-passes,group-a-votes,group-0-agree-count,group-0-disagree-count,group-0-pass-count,group-b-votes,group-1-agree-count,group-1-disagree-count,group-1-pass-count" \
sed -i "1s/.*/$new_header/" "$file"
Expand Down

0 comments on commit 6a13612

Please sign in to comment.