From cdeedc378402627a79a89ec7b43d937d7e0eab7d Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Tue, 6 Jul 2021 10:19:59 -0400 Subject: [PATCH] vs code didn't remove the tabs?! --- .github/workflows/label-bugs.yml | 2 +- .github/workflows/label-duplicates.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-bugs.yml b/.github/workflows/label-bugs.yml index 0400f16a..ad4d191a 100644 --- a/.github/workflows/label-bugs.yml +++ b/.github/workflows/label-bugs.yml @@ -20,4 +20,4 @@ jobs: uses: GongT/cancel-previous-workflows@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DELETE: true + DELETE: true diff --git a/.github/workflows/label-duplicates.yml b/.github/workflows/label-duplicates.yml index 26ed4de3..4cc35774 100644 --- a/.github/workflows/label-duplicates.yml +++ b/.github/workflows/label-duplicates.yml @@ -20,4 +20,4 @@ jobs: uses: GongT/cancel-previous-workflows@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DELETE: true + DELETE: true