Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Apr 14, 2024
1 parent ba8bde8 commit 0c72c76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- id: prepare-java-build
name: Prepare Maven build
uses: sualeh/prepare-java[email protected]
uses: sualeh/prepare-maven[email protected]
with:
checkout-branch: main
- id: build-java
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- id: prepare-java-build
name: Prepare Maven build
uses: sualeh/prepare-java[email protected]
uses: sualeh/prepare-maven[email protected]
with:
checkout-branch: step1
- id: build-java
Expand All @@ -51,7 +51,7 @@ jobs:
steps:
- id: prepare-java-build
name: Prepare Maven build
uses: sualeh/prepare-java[email protected]
uses: sualeh/prepare-maven[email protected]
with:
checkout-branch: step2
- id: build-java
Expand All @@ -69,7 +69,7 @@ jobs:
steps:
- id: prepare-java-build
name: Prepare Maven build
uses: sualeh/prepare-java[email protected]
uses: sualeh/prepare-maven[email protected]
with:
checkout-branch: step3
- id: build-java
Expand All @@ -87,7 +87,7 @@ jobs:
steps:
- id: prepare-java-build
name: Prepare Maven build
uses: sualeh/prepare-java[email protected]
uses: sualeh/prepare-maven[email protected]
with:
checkout-branch: step4
- id: build-java
Expand Down

0 comments on commit 0c72c76

Please sign in to comment.