mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-06-07 21:53:57 +02:00
update folder
This commit is contained in:
@@ -177,7 +177,7 @@ def process_submission(
|
|||||||
content_json = json.dumps(submissions, indent=2, sort_keys=True)
|
content_json = json.dumps(submissions, indent=2, sort_keys=True)
|
||||||
content_hash = compute_content_hash(content_json)
|
content_hash = compute_content_hash(content_json)
|
||||||
filename = generate_submission_filename(author_username, date_str, content_hash)
|
filename = generate_submission_filename(author_username, date_str, content_hash)
|
||||||
file_path = f"community/{filename}"
|
file_path = f"community/{date_str}/{filename}"
|
||||||
|
|
||||||
# Create branch
|
# Create branch
|
||||||
branch_name = f"community-submission-{issue_number}"
|
branch_name = f"community-submission-{issue_number}"
|
||||||
|
|||||||
Reference in New Issue
Block a user