This repository was archived by the owner on Jan 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - uses : actions/checkout@v2
8+ with :
9+ fetch-depth : 2
810 - name : Set up Ruby
911 uses : ruby/setup-ruby@v1
1012 with :
Original file line number Diff line number Diff line change 1- 20189261363b53e39287a46aa07352853646f17b codecov
1+ 6a79f314107e625c36c6273fa2435c0627e7e858 codecov
Original file line number Diff line number Diff line change 1- 54cce90506cc2f675a2dbd53cb6be3be0dc575ea74d873b8aa7c9d5fdaeb03e2 codecov
1+ f6a1db3aeab166550258575335932cd4607b725007fb45eabb473bf6407152c7 codecov
Original file line number Diff line number Diff line change 1- b26e17183e97ef5c076f7788c3b3462fd7263b2e53bfffde5f6205dc596fdfe943ee83e04f6f04a060a74ead24ab59fe24aac8bec54cf1aa68af15b57e069795 codecov
1+ fa8316fcf6448363042168523c39984baaf9eff4dcbb49e7268e1da467e597c77ee12f66f0774ab7c131400e4ab55c23cea213702de1e63b88c55f559b23d4ab codecov
Original file line number Diff line number Diff line change 877877
878878 # actions/checkout runs in detached HEAD
879879 mc=
880- if [ -n " $pr " ] && [ " $pr " != false ];
880+ if [ -n " $pr " ] && [ " $pr " != false ] && [ " $commit_o " == " " ] ;
881881 then
882882 mc=$( git show --no-patch --format=" %P" 2> /dev/null || echo " " )
883883
You can’t perform that action at this time.
0 commit comments