We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e112c1c commit 3337869Copy full SHA for 3337869
.github/workflows/pr.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v3
27
28
# Install Latest PMD
29
- - name: 'Install LatestPMD'
+ - name: 'Install Latest PMD'
30
run: |
31
PMD_VERSION=$(curl -s https://api.github.com/repos/pmd/pmd/releases/latest | grep '.tag_name' | sed 's:.*/::' | sed 's:",::')
32
wget https://github.com/pmd/pmd/releases/download/pmd_releases%2F$PMD_VERSION/pmd-dist-$PMD_VERSION-bin.zip
0 commit comments