From 4a8cc9b84bc8f370b905043b8753785da3ffd125 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Thu, 23 Mar 2023 12:19:31 -0500 Subject: [PATCH] Upstream KiCad-Diff (#5195) * switch to leoheck's branch * get specific commit --- .github/workflows/gen-diffs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gen-diffs.yaml b/.github/workflows/gen-diffs.yaml index bd5930d6c4..c2193866dd 100644 --- a/.github/workflows/gen-diffs.yaml +++ b/.github/workflows/gen-diffs.yaml @@ -26,7 +26,10 @@ jobs: pip install python-dateutil pygubu - name: Get KiCad-Diff - run: git clone -b exit-nicely https://github.com/chuckwagoncomputing/KiCad-Diff.git + run: | + git clone https://github.com/leoheck/KiCad-Diff.git + cd KiCad-Diff + git reset --hard 4d018507e511129951a332a0d2d14e1c11be3eaa - name: Set SSH variables env: