Skip to content

Commit

Permalink
Update push_flow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov authored Oct 5, 2023
1 parent 2c2dfb8 commit 9f9a0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
pip install codecov-cli
- name: Label Analysis
run: |
BASE_SHA=$(git merge-base HEAD^ origin/master)
BASE_SHA=$(git merge-base HEAD^ origin/main)
echo $BASE_SHA
codecovcli label-analysis --token ${{ secrets.STATIC_TOKEN }} --base-sha=$BASE_SHA --max-wait-time=120
- name: Upload smart-labels
Expand Down

0 comments on commit 9f9a0ee

Please sign in to comment.