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 c6b9f6f commit 98726c8Copy full SHA for 98726c8
.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