Skip to content

Commit

Permalink
Fix wrong variable name after change
Browse files Browse the repository at this point in the history
  • Loading branch information
fwendland committed Apr 3, 2024
1 parent 6b1d541 commit 7b3003a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
continue-on-error: true
name: 'Building with Java ${{ matrix.version }} on ${{ matrix.os }}'
name: 'Building with Java ${{ matrix.java-lts }} on ${{ matrix.os }}'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7b3003a

Please sign in to comment.