Skip to content

Commit

Permalink
BI-29: small fix for commit fe63695
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtiwari110 committed Oct 13, 2023
1 parent fe63695 commit 8479d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Check for Divergence
run: |
if git merge-base --is-ancestor master @
if git merge-base --is-ancestor main @
then
echo "Your branch is up to date."
exit 0
Expand Down

0 comments on commit 8479d38

Please sign in to comment.