Limit project description to 255 characters
Otherwise, gitea is sad. Change-Id: I36e466d06daab8147c052ba3b8fe6754799205b5
This commit is contained in:
parent
fe89631029
commit
626bc0459a
@ -18,7 +18,7 @@
|
||||
body_format: json
|
||||
body:
|
||||
auto_init: false
|
||||
description: "{{ project.description | default('') }}"
|
||||
description: "{{ (project.description | default(''))[:255] }}"
|
||||
name: "{{ repo }}"
|
||||
private: false
|
||||
register: create_repo_result
|
||||
|
Loading…
Reference in New Issue
Block a user