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 3156e90 commit c6b9f6fCopy full SHA for c6b9f6f
.github/workflows/copyPasteDetection.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
29
- name: Determine if local
30
- run: echo "IS_LOCAL=true" >> $GITHUB_ENV
+ run: echo "IS_LOCAL=false" >> $GITHUB_ENV
31
32
- name: Fetch fork upstream
33
if: ${{ env.IS_LOCAL == 'false' }}
0 commit comments