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