Add updated usage to commit to be pushed
This commit is contained in:
parent
c39310f6fc
commit
25510ee35d
|
@ -8,7 +8,7 @@ set -e
|
|||
if grep -qz '^--follow-tags$' /proc/$PPID/cmdline; then
|
||||
poetry run clickusagemd run pyproject.toml
|
||||
if ! git diff --quiet USAGE.md; then
|
||||
git commit -m "Updated USAGE.md" USAGE.md
|
||||
git commit --amend USAGE.md
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user