Skip to content

Commit

Permalink
update file location
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko committed Dec 20, 2024
1 parent 378276e commit 73520ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sensemaker-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:

- name: Modify CSV headers
run: |
file="comment-groups.csv" \
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"
sed -i "1s/.*/$new_header/" "$file"
working-directory: sensemaking-tools

- name: List Files
run: ls -l sensemaking-tools/
Expand Down

0 comments on commit 73520ad

Please sign in to comment.