From 654dd744b9113c934b82ad4c40930a79eabf394d Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Mon, 26 Jun 2023 14:57:05 -0700 Subject: [PATCH] Typo in this flow --- .github/workflows/full-android.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/full-android.yaml b/.github/workflows/full-android.yaml index 1a0c03ab2316ca..2ec4fdcca3e7ae 100644 --- a/.github/workflows/full-android.yaml +++ b/.github/workflows/full-android.yaml @@ -42,9 +42,9 @@ jobs: steps: - uses: actions/checkout@v3 - name: Checkout - with: - token: ${{ github.token }} + name: Checkout + with: + token: ${{ github.token }} # To use act like: # act -j full_android #