ソースを参照

Fix public/private.

master
Chris Smith 6年前
コミット
2cdc9e531e
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      lineandsinker/services/gitea.py

+ 1
- 1
lineandsinker/services/gitea.py ファイルの表示

@@ -29,7 +29,7 @@ class Gitea(Service):
29 29
                 "type": "git.push",
30 30
                 "repo": {
31 31
                     "name": data["repository"]["full_name"],
32
-                    "public": data["repository"]["private"],
32
+                    "public": not data["repository"]["private"],
33 33
                     "urls": urls,
34 34
                 },
35 35
                 "commits": [

読み込み中…
キャンセル
保存