File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 config:
2727 - 'config/**/*.go'
2828 doc:
29- - 'docs/configuration/configuration.md'
29+ - 'docs/user/ configuration/configuration.md'
3030 compose_dev:
3131 - 'compose/dev/kepler-dev/etc/kepler/config.yaml'
3232 compose_latest:
5858 echo "⚠️ Config changes detected in this PR"
5959 echo "Please make sure that the config changes are updated in the following places as part of this PR:"
6060 if [[ "${{ needs.check-changes.outputs.doc_changes }}" != "true" ]]; then
61- echo "- docs/configuration/configuration.md"
61+ echo "- docs/user/ configuration/configuration.md"
6262 fi
6363 if [[ "${{ needs.check-changes.outputs.compose_dev_changes }}" != "true" ]]; then
6464 echo "- compose/dev/kepler-dev/etc/kepler/config.yaml"
You can’t perform that action at this time.
0 commit comments