forked from phoedos/pmd
Externalize tokens for Danger, use correct base branch ref
This commit is contained in:
2
.github/workflows/pull-requests.yml
vendored
2
.github/workflows/pull-requests.yml
vendored
@@ -34,5 +34,5 @@ jobs:
|
||||
shell: bash
|
||||
env:
|
||||
MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3
|
||||
PMD_CI_BRANCH: ${{ github.ref }}
|
||||
PMD_CI_BRANCH: ${{ github.event.base.ref }}
|
||||
PMD_CI_PULL_REQUEST_NUMBER: ${{ github.event.number }}
|
||||
|
||||
Reference in New Issue
Block a user