From ac7bf8c4bfcbb157a2db6b939927bf11edb6ba7b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 29 Jul 2020 17:43:55 +0200 Subject: patch 8.2.1319: status badge for Github CI has wrong link Problem: Status badge for Github CI has wrong link. Solution: Rename and use the right link --- .github/workflows/ci-windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci-windows.yaml b/.github/workflows/ci-windows.yaml index 1fca08ea5..ec02a8124 100644 --- a/.github/workflows/ci-windows.yaml +++ b/.github/workflows/ci-windows.yaml @@ -1,4 +1,4 @@ -name: CI with MSVC and MinGW-w64 +name: GitHub CI on: push: -- cgit v1.2.1