mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 14:21:52 +00:00
Rename remote
to forge
(#1357)
As of #745 Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user