From 9f0c288374ffcbb22d74ec4b97562aa92fa397a8 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 26 Jul 2023 16:03:16 -0400 Subject: [PATCH] [no ci] actions: roots check should use cacert.pem filename --- .github/workflows/get-roots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-roots.yml b/.github/workflows/get-roots.yml index b38e724a..01accc48 100644 --- a/.github/workflows/get-roots.yml +++ b/.github/workflows/get-roots.yml @@ -27,7 +27,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add roots.pem + git add cacerts.pem git diff --quiet && git diff --staged --quiet || git commit -am '[ci skip] Updated cacerts.pem' - name: Push changes