branch: elpa/git-commit
commit 712be4632b0ddc7899ca90db8f9be20d90b4326f
Author: Kyle Meyer <k...@kyleam.com>
Commit: Kyle Meyer <k...@kyleam.com>

    ci: Clone compat from Emacsmirror again
    
    This reverts commit 5e1e6d31 (ci: Clone compat from phikal/compat.el,
    2022-08-20).  emacsmirror/compat is now up to date:
    
https://github.com/magit/magit/commit/5e1e6d317b2ea27e734b73be6f1904f7578267fd#commitcomment-81753297
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 308ab043c0..44ff2563d6 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
     - name: Checkout compat
       uses: actions/checkout@v2
       with:
-        repository: phikal/compat.el
+        repository: emacsmirror/compat
         path: compat
     - name: Checkout dash
       uses: actions/checkout@v2

Reply via email to