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
>-__$repository__: The name of your GitHub repository.
67
67
>-__$token__: The personal access token you generated earlier.
68
-
>-__$version__: The current version number of your project.
69
-
>-__$admin__: The email address of the admin who will receive an email in case of update failure.
70
-
>-__$mailer__: The email address that the email will be sent from.
71
-
>-__$exclude__: (Optional) An array of directories or files to exclude from the update.
72
-
```
73
-
// The $exclude array must have the format:
74
-
$exclude =
75
-
[
76
-
'path' => [],
77
-
'filename' => []
78
-
]
79
-
```
68
+
>-__$version__: The generated GitHub personal access token for the repository.
69
+
>-__$admin__: (Optional) The email address of the admin who will receive an email in case of update failure.
70
+
>-__$mailer__: (Optional) The email address that the email will be sent from.
71
+
>-__$exclude__: (Optional) An array of directories or files to exclude from the update. The array keys:<br> 'path' => an array of excluded paths<br> 'filename' => an array of excluded filenames
80
72
81
73
If a new release is available, the class will update your project automatically.
0 commit comments