Skip to content

Commit

Permalink
Correct ci/cd action name
Browse files Browse the repository at this point in the history
  • Loading branch information
vyperrrr committed Aug 31, 2024
1 parent f9612ae commit 8bb9a86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Setup JDK
uses: actions/setup-jdk@v4
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'corretto'
Expand All @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0

- name: Setup JDK
uses: actions/setup-jdk@v4
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'corretto'
Expand All @@ -59,7 +59,7 @@ jobs:
fetch-depth: 0

- name: Setup JDK
uses: actions/setup-jdk@v4
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'corretto'
Expand All @@ -79,7 +79,7 @@ jobs:
fetch-depth: 0

- name: Setup JDK
uses: actions/setup-jdk@v4
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'corretto'
Expand Down
3 changes: 1 addition & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8bb9a86

Please sign in to comment.