Skip to content

Commit

Permalink
Push generated branch in generate_baseline_profile.yml (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
priettt authored Sep 17, 2024
1 parent bd52a7e commit 7252e1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate_baseline_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
if [[ `git status --porcelain` ]]; then
git add embrace-android-sdk/src/main/baseline-prof.txt
git commit -m "Generate baseline profiles"
git push origin $branch
gh pr create \
--base main \
--head $branch \
Expand Down

0 comments on commit 7252e1c

Please sign in to comment.