We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80a12ec + 9f9a0ee commit 0112aadCopy full SHA for 0112aad
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