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 51847c4 commit 506edacCopy full SHA for 506edac
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
41
echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
42
- echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/26/scripts" >> $GITHUB_ENV
+ echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/main/scripts" >> $GITHUB_ENV
43
- name: Check Environment
44
shell: bash
45
0 commit comments