[no ci] actions: roots check should use cacert.pem filename

This commit is contained in:
Jay Lee
2023-07-26 16:03:16 -04:00
committed by GitHub
parent 0a49ab8474
commit 9f0c288374

View File

@@ -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