Merge pull request 'fix: bug: _profile_digest_journals never commits/pushes its output — knowledge folder appears empty on origin (#651)' (#661) from fix/issue-651 into main
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
commit
fb4ae1ebba
1 changed files with 6 additions and 0 deletions
|
|
@ -289,6 +289,12 @@ Write the complete, rewritten lessons-learned.md content below. No preamble, no
|
|||
fi
|
||||
fi
|
||||
|
||||
# Commit and push the digest results
|
||||
_profile_commit_and_push \
|
||||
"profile: digest ${archived:-0} journals → knowledge/lessons-learned.md" \
|
||||
knowledge/lessons-learned.md \
|
||||
journal/
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue