removed hidden spaces

This commit is contained in:
Danil Ovchinnikov 2025-11-09 18:02:19 +03:00
parent 28451c0c0f
commit e42a8d69c3
5 changed files with 11 additions and 11 deletions

View File

@ -148,8 +148,8 @@ jobs:
- name: Fetch Sources - name: Fetch Sources
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis fetch-depth: 0 # a full history is required for pull request analysis
# Set up the Java environment for the next steps # Set up the Java environment for the next steps
- name: Setup Java - name: Setup Java