We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe76c5c commit ae4e548Copy full SHA for ae4e548
.github/workflows/copyPasteDetection.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Compare target and current branches.
54
run: |
55
- if [ $IS_LOCAL == 'false']; then
+ if [[ $IS_LOCAL == 'false' ]]; then
56
git diff origin/$TARGET_BRANCH forkUpstream/$CURRENT_BRANCH > diff_output.txt
57
else
58
git diff origin/$TARGET_BRANCH $CURRENT_BRANCH > diff_output.txt
0 commit comments