Skip to content

Commit a76e2d3

Browse files
author
Scott Schulthess
committed
fix github org
1 parent e510076 commit a76e2d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,3 @@ Here is the list of changes:
312312
Note that if you are migrating from the original resource on a Concourse version prior to `v5.0.0`, you might
313313
see an error `failed to unmarshal request: json: unknown field "ref"`. The solution is to rename the resource
314314
so that the history is wiped. See telia-oss/github-pr-resource#64 for details.
315-

git.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ func NewGitClient(source *Source, dir string, output io.Writer) (*GitClient, err
4040
PrivateKey: source.PrivateKey,
4141
UseGithubApp: source.UseGitHubApp,
4242
ApplicationID: source.ApplicationID,
43+
GithubOrganziation: source.GithubOrganziation,
4344
Directory: dir,
4445
Output: output,
4546
}, nil

0 commit comments

Comments
 (0)