Skip to content

Commit

Permalink
The commit script should just commit - not push
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Nov 7, 2023
1 parent bea602f commit 9c51f74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ filename="$(date '+%Y/%Y-%m-%d.md')"
curl https://hackmd.io/@racc/kit-team-agenda/download | sed '/^---$/Q' > "$filename"
git add "$filename"
git commit -m "Add minutes for $(date '+%Y-%m-%d')"
git push

0 comments on commit 9c51f74

Please sign in to comment.