From 18aab6df0fa01483e92846b4c11d697434602d96 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Sat, 18 Jul 2020 16:03:23 +0200 Subject: [PATCH] Fix type in yaml file (#4339) --- .github/workflows/stubtest-unused-whitelist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stubtest-unused-whitelist.yml b/.github/workflows/stubtest-unused-whitelist.yml index f18870ea0..81a31b8f8 100644 --- a/.github/workflows/stubtest-unused-whitelist.yml +++ b/.github/workflows/stubtest-unused-whitelist.yml @@ -50,7 +50,7 @@ jobs: - name: Collate duplicates run: cat stubtest-output-* | sort -u | tee stubtest-output - name: Remove entries from whitelists - run: python/scripts/update-stubtest-whitelist.py stubtest-output + run: python scripts/update-stubtest-whitelist.py stubtest-output - name: Create pull request uses: peter-evans/create-pull-request@v2 with: