Skip to content

Commit

Permalink
Fix path to meeting notes template file
Browse files Browse the repository at this point in the history
  • Loading branch information
mprpic committed Feb 28, 2024
1 parent 5a7925d commit 57af41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meeting_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --local user.name "AWG[bot]"
git config --local user.email "AWG[bot]@users.noreply.github.com"
next_meeting=$(date -d "next tue" +%F)
cp --no-clobber _template.md "$next_meeting".md
cp --no-clobber meeting-notes/_template.md "$next_meeting".md
if [ -z "$(git status --porcelain)" ]; then echo "No changes to commit"; exit 0; fi
sed "s/# DATE/# $(date -d "next tue" +"%B %d, %Y")/g" -i "$next_meeting.md"
git add .
Expand Down

0 comments on commit 57af41a

Please sign in to comment.