mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: fix roll Chromium workflow (#13421)
This commit is contained in:
parent
65395d651c
commit
55560d0c8a
2
.github/workflows/roll_chromium_build.yml
vendored
2
.github/workflows/roll_chromium_build.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
|||||||
CURRENT_DATE=$(date +%Y-%b-%d)
|
CURRENT_DATE=$(date +%Y-%b-%d)
|
||||||
BRANCH_NAME="roll-chromium/${CURRENT_DATE}"
|
BRANCH_NAME="roll-chromium/${CURRENT_DATE}"
|
||||||
echo "::set-output name=BRANCH_NAME::$BRANCH_NAME"
|
echo "::set-output name=BRANCH_NAME::$BRANCH_NAME"
|
||||||
|
echo "::set-output name=CURRENT_DATE::$CURRENT_DATE"
|
||||||
git config --global user.name github-actions
|
git config --global user.name github-actions
|
||||||
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
|
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
|
||||||
git checkout -b "$BRANCH_NAME"
|
git checkout -b "$BRANCH_NAME"
|
||||||
@ -38,4 +39,5 @@ jobs:
|
|||||||
repo: 'playwright',
|
repo: 'playwright',
|
||||||
head: 'microsoft:${{ steps.prepare-branch.outputs.BRANCH_NAME }}',
|
head: 'microsoft:${{ steps.prepare-branch.outputs.BRANCH_NAME }}',
|
||||||
base: 'main',
|
base: 'main',
|
||||||
|
title: 'browser(chromium): roll to ${{ steps.prepare-branch.outputs.CURRENT_DATE }}',
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user