Skip to content

Commit

Permalink
Update check-git-apply.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo authored Jul 23, 2023
1 parent df5ba7d commit 5d7e4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-git-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
export HOME=$GITHUB_WORKSPACE
./bin/SuperPatchUtils bromite $RTAG ~/chromium-src
mkdir -p ~/chromium/src && cp -r ~/chromium-src/* ~/chromium/src
mkdir -p ~/chromium/src && cp -rT ~/chromium-src ~/chromium/src
cd ~/chromium/src
git init
git config user.email "[email protected]"
Expand Down

0 comments on commit 5d7e4af

Please sign in to comment.