Skip to content

Commit

Permalink
BI:29 updated reference of Check for Divergence job
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtiwari110 committed Oct 12, 2023
1 parent 2b2ef16 commit 36f46bc
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: |
BASE=$(git rev-parse main)
BASE=$(git rev-parse origin/main)
HEAD=$(git rev-parse HEAD)
if [ $BASE != $HEAD ]; then
echo "PR is not up to date with the main branch."
Expand Down

0 comments on commit 36f46bc

Please sign in to comment.