We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2dfb8 commit 9f9a0eeCopy full SHA for 9f9a0ee
1 file changed
.github/workflows/push_flow.yml
@@ -101,7 +101,7 @@ jobs:
101
pip install codecov-cli
102
- name: Label Analysis
103
run: |
104
- BASE_SHA=$(git merge-base HEAD^ origin/master)
+ BASE_SHA=$(git merge-base HEAD^ origin/main)
105
echo $BASE_SHA
106
codecovcli label-analysis --token ${{ secrets.STATIC_TOKEN }} --base-sha=$BASE_SHA --max-wait-time=120
107
- name: Upload smart-labels
0 commit comments