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
To initiate a sync of the master branch, you can either click on the sync request button in the app or send an HTTP request directly to the endpoint using the auth service.
41
+
To initiate a sync of the master branch, you can either click on the sync request
42
+
button in the app or send an HTTP request directly to the endpoint using the auth service.
42
43
The endpoint is: `repository/<uuid:repository_id>/sync-repo/`
43
44
44
45
Visit http://127.0.0.1:8000/repo-list.
45
46
46
47
47
-
Alternatively, you can integrate this action with GitHub Actions or any other CI tool to trigger the sync automatically whenever new data is pushed to the master branch.
48
+
Alternatively, you can integrate this action with GitHub Actions or any other
49
+
CI tool to trigger the sync automatically whenever new data is pushed to the
50
+
master branch.
48
51
49
52
Here’s an example of how to send the request manually using curl:
0 commit comments