Skip to content

Commit 79539c8

Browse files
committed
feat: add drive link fix behavior
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 4472981 commit 79539c8

14 files changed

Lines changed: 750854 additions & 19212 deletions

action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ inputs:
3333
github-token:
3434
description: "The GitHub token with permissions to update the issue."
3535
required: true
36+
google-credentials:
37+
description: "Google Drive service account credentials JSON for auto-creating drive folders."
38+
required: true
39+
google-parent-folder-id:
40+
description: "Google Drive parent folder ID where meetup folders will be created."
41+
required: true
42+
google-template-folder-id:
43+
description: "Google Drive template folder ID containing files to copy to new meetup folders."
44+
required: true
3645

3746
outputs:
3847
lint-issues:

0 commit comments

Comments
 (0)