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 98726c8 commit fe76c5cCopy full SHA for fe76c5c
.github/workflows/copyPasteDetection.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Determine base and target branches for comparison.
39
run: |
40
- if [ $IS_LOCAL == 'false'] then
+ if [[ $IS_LOCAL == 'false' ]]; then
41
echo "CURRENT_BRANCH=${{ github.head_ref }}" >> $GITHUB_ENV
42
echo "TARGET_BRANCH=${{ github.event.pull_request.base.ref }}" >> $GITHUB_ENV
43
else
0 commit comments