Spellchecking

This commit is contained in:
Jakub Chrzanowski
2023-08-07 15:20:46 +02:00
parent f631e302f6
commit 79f16d41d3
5 changed files with 19 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ jobs:
with:
ref: ${{ github.event.release.tag_name }}
# Setup Java environment for the next steps
# Set up Java environment for the next steps
- name: Setup Java
uses: actions/setup-java@v3
with:
@@ -74,7 +74,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
# Create pull request
# Create a pull request
- name: Create Pull Request
if: ${{ steps.properties.outputs.changelog != '' }}
env: