mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-06 18:02:16 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -1721,7 +1721,7 @@ public interface RepositoryApi {
|
||||
* @param repo name of the repo (required)
|
||||
* @return Call<Void>
|
||||
*/
|
||||
@GET("repos/{owner}/{repo}/runners/registration-token")
|
||||
@GET("repos/{owner}/{repo}/actions/runners/registration-token")
|
||||
Call<Void> repoGetRunnerRegistrationToken(
|
||||
@retrofit2.http.Path("owner") String owner, @retrofit2.http.Path("repo") String repo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user