Skip to content

Commit

Permalink
debugging how we detect fork
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Nov 9, 2020
1 parent bfbb149 commit 40cb8bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
- run: env | sort
# the following should be blank on fork from PR
- run: echo "BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}"
- run: npm config set script-shell $(which bash)
- run: npm ci
- run: npm run lint
Expand Down

0 comments on commit 40cb8bb

Please sign in to comment.