Skip to content

Commit 0112aad

Browse files
Merge pull request #278 from codecov/release/0.3.4
Update push_flow.yml
2 parents 80a12ec + 9f9a0ee commit 0112aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_flow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
pip install codecov-cli
102102
- name: Label Analysis
103103
run: |
104-
BASE_SHA=$(git merge-base HEAD^ origin/master)
104+
BASE_SHA=$(git merge-base HEAD^ origin/main)
105105
echo $BASE_SHA
106106
codecovcli label-analysis --token ${{ secrets.STATIC_TOKEN }} --base-sha=$BASE_SHA --max-wait-time=120
107107
- name: Upload smart-labels

0 commit comments

Comments
 (0)