Skip to content

Commit 9f9a0ee

Browse files
Update push_flow.yml
1 parent 2c2dfb8 commit 9f9a0ee

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)