Rename remote to forge (#1357)

As of #745

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
qwerty287
2022-11-05 00:35:06 +01:00
committed by GitHub
parent 2ee75dbceb
commit 3372d1a87c
135 changed files with 750 additions and 698 deletions

View File

@@ -48,11 +48,11 @@ export type Pipeline = {
// The alias for the commit.
ref: string;
// The mapping from the local repository to a branch in the remote.
// The mapping from the local repository to a branch in the forge.
refspec: string;
// The remote repository.
remote: string;
// The clone URL of the forge repository.
clone_url: string;
title: string;