Skip to content

Commit

Permalink
Merge pull request #17 from ctownshend/BenchmarkJava
Browse files Browse the repository at this point in the history
fix syntax
  • Loading branch information
ctownshend committed Aug 5, 2024
2 parents 575e78b + 897840d commit 13545b1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:

steps:

- uses: actions/checkout@master
- name: Checkout Benchmark java
uses: actions/checkout@master
with:
name: OWASP-Benchmark/BenchmarkJava
ref: refs/heads/release
repository: OWASP-Benchmark/BenchmarkJava
path: master


- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 13545b1

Please sign in to comment.