From 20776d90e151add1e0bf3710940cb6e6061f8d17 Mon Sep 17 00:00:00 2001 From: Lars Buntemeyer Date: Fri, 12 Apr 2024 14:09:44 +0200 Subject: [PATCH] activate bot update --- .github/workflows/update-cv.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-cv.yaml b/.github/workflows/update-cv.yaml index f815ee8..27f0ae0 100644 --- a/.github/workflows/update-cv.yaml +++ b/.github/workflows/update-cv.yaml @@ -63,6 +63,6 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" (pre-commit run --all-files) || true - git commit Tables/CORDEX_CV.json -m "CV update" + git commit Tables/CORDEX-CMIP6_CV.json -m "CV update" git status git push