Skip to content

Commit e5a9b82

Browse files
committed
Fix job name
1 parent 9dbc8c4 commit e5a9b82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
deploy:
99
runs-on: ubuntu-latest
10-
name: Build with Java 21
10+
name: Build and deploy
1111
steps:
1212
- name: Checkout Repository
1313
uses: actions/checkout@v4

0 commit comments

Comments
 (0)