From c569ca91dfbd5bd171ef2e79d1ccb4c4c08738aa Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 15 May 2020 10:30:24 -0400 Subject: [PATCH] Update check-spelling action --- .github/actions/spell-check/{whitelist.txt => expect.txt} | 0 .github/workflows/spelling.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/actions/spell-check/{whitelist.txt => expect.txt} (100%) diff --git a/.github/actions/spell-check/whitelist.txt b/.github/actions/spell-check/expect.txt similarity index 100% rename from .github/actions/spell-check/whitelist.txt rename to .github/actions/spell-check/expect.txt diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index ba5d6762ca..abc15f2395 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2.0.0 with: fetch-depth: 5 - - uses: check-spelling/check-spelling@0.0.14-alpha + - uses: check-spelling/check-spelling@0.0.16-alpha env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} bucket: .github/actions -- 2.47.2