From 3b30991e11ec6a67c11ae3c968b863cf0505f15e Mon Sep 17 00:00:00 2001 From: svetlanaMuravlova Date: Wed, 1 Sep 2021 10:03:49 +0300 Subject: [PATCH] feat(github actions): updated yml file --- .github/workflows/on-push-or-pull.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-push-or-pull.yml b/.github/workflows/on-push-or-pull.yml index ec1123b..7eb4d8b 100644 --- a/.github/workflows/on-push-or-pull.yml +++ b/.github/workflows/on-push-or-pull.yml @@ -27,9 +27,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.0 - with: - access_token: ${{ secrets.GITHUB_TOKEN }} + uses: styfle/cancel-workflow-action@0.9.0 + with: + access_token: ${{ secrets.GITHUB_TOKEN }} # install dependencies install: