GitHub Actions: fix grammatical issues in workflow comments

This commit is contained in:
Jakub Chrzanowski
2025-07-26 09:48:08 +02:00
parent a38ef018fa
commit a1b47a36de
3 changed files with 12 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v4
# Set up Java environment for the next steps
# Set up the Java environment for the next steps
- name: Setup Java
uses: actions/setup-java@v4
with: