You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,10 @@ USAGE:
65
65
OPTIONS:
66
66
DIR
67
67
68
-
--dir-artifacts path, --dir.artifacts path a path to the directory where downloaded artifacts will be temporarily stored (default: "./artifacts") [$GH_ARTIFACTS_SYNC_DIR_ARTIFACTS]
69
-
--dir-jobs path, --dir.jobs path a path to the directory where scheduled jobs will be persisted (default: "./jobs") [$GH_ARTIFACTS_SYNC_DIR_JOBS]
68
+
--dir-downloads path, --dir.downloads path a path to the directory where downloaded artifacts will be temporarily stored (default: "./downloads") [$GH_ARTIFACTS_SYNC_DIR_DOWNLOADS]
69
+
--dir-jobs path, --dir.jobs path a path to the directory where scheduled jobs will be persisted (default: "./jobs") [$GH_ARTIFACTS_SYNC_DIR_JOBS]
70
+
--dir-soft-delete-downloads path, --dir.soft_delete_downloads path a path to the directory where finalised downloaded will be moved to instead of deleting [$GH_ARTIFACTS_SYNC_DIR_SOFT_DELETE_DOWNLOADS]
71
+
--dir-soft-delete-jobs path, --dir.soft_delete_jobs path a path to the directory where complete jobs be moved instead of deleting [$GH_ARTIFACTS_SYNC_DIR_SOFT_DELETE_JOBS]
0 commit comments