Update check_git_apply.yaml

This commit is contained in:
uazo 2022-11-03 03:15:26 -06:00 committed by GitHub
parent 99970aa83e
commit 704b14ac14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -64,8 +64,6 @@ jobs:
test -d /github/home/.vscode-server || sudo mkdir /github/home/.vscode-server
sudo chown lg /github/home/.vscode-server
./bin/SuperPatchUtils bromite $GITHUB_SHA chromium/src
- name: Checkout 'uazo/bromite'
uses: actions/checkout@v2
@ -77,8 +75,10 @@ jobs:
- name: Create chromium sources
run: |
#sleep 2h
sleep 2h
VERSION=$(cat bromite/build/RELEASE)
./bin/SuperPatchUtils bromite $GITHUB_SHA chromium/src
cd chromium/src
git init
git config user.email "you@example.com"