From 659b378184916c63e4f686adc1ad9a5a2e995435 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 17 Aug 2021 14:36:44 +0200 Subject: [PATCH] devops: #8253 follow-up fixes --- .github/workflows/roll_browser_into_playwright.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/roll_browser_into_playwright.yml b/.github/workflows/roll_browser_into_playwright.yml index 5919bff438..8b45d0faa3 100644 --- a/.github/workflows/roll_browser_into_playwright.yml +++ b/.github/workflows/roll_browser_into_playwright.yml @@ -14,8 +14,8 @@ jobs: node-version: 14 - run: npm ci - run: npm run build - - run: Install dependencies - - run: node lib/cli/cli install-deps + - name: Install dependencies + run: node lib/cli/cli install-deps - name: Roll to new revision run: | ./utils/roll_browser.js ${{ github.event.client_payload.browser }} ${{ github.event.client_payload.revision }} @@ -40,5 +40,5 @@ jobs: repo: 'playwright', head: 'microsoft:${{ steps.prepare-branch.outputs.BRANCH_NAME }}', base: 'master', - title: 'feat(${{ github.event.client_payload.browser }}): roll to r${{ github.event.client_payload.revison }}', + title: 'feat(${{ github.event.client_payload.browser }}): roll to r${{ github.event.client_payload.revision }}', });