We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5a1c5 commit 6682c7fCopy full SHA for 6682c7f
.github/workflows/maven.yml
@@ -14,7 +14,7 @@ concurrency:
14
jobs:
15
build-and-deploy:
16
runs-on: ubuntu-latest
17
- environment: prod
+ environment: dev
18
19
steps:
20
# Checkout the repository
.github/workflows/test.yml
@@ -14,14 +14,14 @@ concurrency:
21
- uses: actions/checkout@v4
22
with:
23
fetch-depth: 5
24
-
+
25
# Set up JDK 24
26
- name: Set up JDK 24
27
uses: actions/setup-java@v4
0 commit comments