From a95853fb974d5a41e6268437abb8c549b124a1ba Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Sun, 2 Jul 2023 11:46:08 +0200 Subject: [PATCH] fix: (lint) fix md lint issue :bug: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5995151b..471a93ec 100644 --- a/README.md +++ b/README.md @@ -322,8 +322,8 @@ There are other great tools available within GitHub. Here you can find a compari | GitHub action | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | | hooks | :heavy_check_mark: | :x: | :x: | :x: | | available docker image | :heavy_check_mark: | :x: | :x: | :heavy_check_mark: | -| sync between private and public repo | :heavy_check_mark: `PAT|ssh|Github app` | :heavy_check_mark: `PAT|ssh` |:x: local repos | :heavy_check_mark: `PAT` | -| sync between 2 private repos | :heavy_check_mark: `PAT|ssh|Github app` | :heavy_check_mark: `PAT|ssh` | :x: local repos | :heavy_check_mark: `PAT` | +| sync between private and public repo | :heavy_check_mark: `PAT,ssh,Github app` | :heavy_check_mark: `PAT,ssh` |:x: local repos | :heavy_check_mark: `PAT` | +| sync between 2 private repos | :heavy_check_mark: `PAT,ssh,Github app` | :heavy_check_mark: `PAT,ssh` | :x: local repos | :heavy_check_mark: `PAT` | | sync between 2 public repos | :heavy_check_mark: | :heavy_check_mark: | :x: local repos | :heavy_check_mark: | | two way sync | :x: | :heavy_check_mark: | :x: | :x: | | Sync from a third-party repo to a Github repo | :heavy_check_mark: | :heavy_check_mark: | :x: local repos | :x: |