www.trr379.de/.forgejo/actions/deposit-changes/action.yml
Stephan Heunis efbaf44bae
Add all components allowing person depiction registration workflow
TODO: decide whether script at code/get_person_depiction_urls.py should support
a 'kind' parameter, which means it can be generalized and can live at a level
higher than this repository.
2026-04-24 15:45:07 +02:00

9 lines
273 B
YAML

runs:
using: "composite"
steps:
- name: Deposit changes
run: |
git add content
git diff --quiet --cached \
&& echo "Already up-to-date" \
|| ( git commit -m "chore: auto-generate content from metadata" && git push origin )