Skip to content

Commit 603d596

Browse files
committed
Override github_actions env variable
1 parent a63ee6c commit 603d596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-compliance-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
reviewdog_version: latest
5656
- name: Run reviewdog ${{ matrix.tool }}
5757
env:
58+
GITHUB_ACTIONS: "" # make reviewdog think that we are not in GitHub
5859
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5960
CI_PULL_REQUEST: ${{ needs.restore-pr.outputs.pr-number }}
6061
CI_REPO_OWNER: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)