From 488f1c626bacc9fe7d4dfe4f034143f65be03b00 Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Thu, 8 Oct 2020 18:26:45 +0200 Subject: [PATCH] Update imports-fix.yml --- .github/workflows/imports-fix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/imports-fix.yml b/.github/workflows/imports-fix.yml index 6a872b57a..75aadb4b2 100644 --- a/.github/workflows/imports-fix.yml +++ b/.github/workflows/imports-fix.yml @@ -12,7 +12,7 @@ jobs: name: Clean up Imports runs-on: ubuntu-latest - if: '$ {{ secrets.ACCESS_TOKEN }} != null' + if: '${{ secrets.ACCESS_TOKEN }} != null' steps: - name: Checkout repository @@ -27,4 +27,4 @@ jobs: files: '**/*.java' skipCommit: false args: "--fix-imports-only --replace" - githubToken: $ {{ secrets.ACCESS_TOKEN }} + githubToken: ${{ secrets.ACCESS_TOKEN }}