devops: #8253 follow-up fixes
This commit is contained in:
parent
e72e49ecc4
commit
659b378184
|
|
@ -14,8 +14,8 @@ jobs:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: Install dependencies
|
- name: Install dependencies
|
||||||
- run: node lib/cli/cli install-deps
|
run: node lib/cli/cli install-deps
|
||||||
- name: Roll to new revision
|
- name: Roll to new revision
|
||||||
run: |
|
run: |
|
||||||
./utils/roll_browser.js ${{ github.event.client_payload.browser }} ${{ github.event.client_payload.revision }}
|
./utils/roll_browser.js ${{ github.event.client_payload.browser }} ${{ github.event.client_payload.revision }}
|
||||||
|
|
@ -40,5 +40,5 @@ jobs:
|
||||||
repo: 'playwright',
|
repo: 'playwright',
|
||||||
head: 'microsoft:${{ steps.prepare-branch.outputs.BRANCH_NAME }}',
|
head: 'microsoft:${{ steps.prepare-branch.outputs.BRANCH_NAME }}',
|
||||||
base: 'master',
|
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 }}',
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue