diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 8ffe4f2b7b..f1680c84aa 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -4,8 +4,8 @@ on: push: branches: - master - - 'rc/**' - - 'hotfix/**' + - "rc/**" + - "hotfix/**" jobs: default: @@ -35,7 +35,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - cache: 'yarn' + cache: "yarn" - name: Restore uses: actions/cache@v3 @@ -49,7 +49,7 @@ jobs: if: matrix.os == 'windows-2019' uses: microsoft/setup-msbuild@v1.1.3 env: - ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' + ACTIONS_ALLOW_UNSECURE_COMMANDS: "true" - name: Install libudev if: matrix.os == 'ubuntu-20.04' diff --git a/.github/workflows/package_for_test.yml b/.github/workflows/package_for_test.yml index 81622cc921..8ea8f9e54e 100644 --- a/.github/workflows/package_for_test.yml +++ b/.github/workflows/package_for_test.yml @@ -30,7 +30,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - cache: 'yarn' + cache: "yarn" - name: Restore uses: actions/cache@v3 @@ -44,7 +44,7 @@ jobs: if: matrix.os == 'windows-2019' uses: microsoft/setup-msbuild@v1.1.3 env: - ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' + ACTIONS_ALLOW_UNSECURE_COMMANDS: "true" - name: Install libudev if: matrix.os == 'ubuntu-20.04'