Skip to content

Commit

Permalink
Fix typo in workflow runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacomet committed Oct 2, 2023
1 parent fcca1aa commit 06666a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Basic
on: workflow_dispatch
jobs:
gradle:
runs-on: unbuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 06666a3

Please sign in to comment.