From 5e34b12e5c227d1ba7d2c2ee22c36d595d59a589 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 31 Aug 2022 08:13:11 -0400 Subject: [PATCH] Update get-roots.yaml --- .github/workflows/get-roots.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/get-roots.yaml b/.github/workflows/get-roots.yaml index dc6bf28a..f7b509b9 100644 --- a/.github/workflows/get-roots.yaml +++ b/.github/workflows/get-roots.yaml @@ -17,6 +17,9 @@ jobs: - name: pwd run: pwd + + - name: ls + run: ls -alRF - name: Check for updates - run: curl -o src/roots.pem https://pki.goog/roots.pem + run: curl -o src/roots.pem -vvvv https://pki.goog/roots.pem