Skip to content

Commit 3337869

Browse files
committed
Fix typo
1 parent e112c1c commit 3337869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v3
2727

2828
# Install Latest PMD
29-
- name: 'Install LatestPMD'
29+
- name: 'Install Latest PMD'
3030
run: |
3131
PMD_VERSION=$(curl -s https://api.github.com/repos/pmd/pmd/releases/latest | grep '.tag_name' | sed 's:.*/::' | sed 's:",::')
3232
wget https://github.com/pmd/pmd/releases/download/pmd_releases%2F$PMD_VERSION/pmd-dist-$PMD_VERSION-bin.zip

0 commit comments

Comments
 (0)